메소드 |
설명 |
|
getPart ( ) : Part |
Returns the part which belongs to this entry. |
|
getProject ( ) : Project |
Returns the project assigned to this entry. |
|
getQuantity ( ) : integer |
Returns the quantity for this project. |
|
getRemarks ( ) : string |
Returns the remarks for this entry. |
|
setPart ( Part $part ) |
Sets the part which belongs to this entry. |
|
setProject ( Project $project = null ) |
Sets the project assigned to this entry. |
|
setQuantity ( integer $quantity ) |
Sets the quantity for this entry. |
|
setRemarks ( string $remarks ) |
Sets the remarks for this entry. |
|