|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.po.PurchaseOrderLine
@Name(value="purchaseOrderLine") public class PurchaseOrderLine
| Constructor Summary | |
|---|---|
PurchaseOrderLine()
|
|
| Method Summary | |
|---|---|
java.lang.Double |
getCost()
Gets the purchase cost of this line |
Customer |
getCustomer()
Gets the customer for whom this PO line is for |
java.lang.Long |
getId()
|
Item |
getItem()
Gets the item that's on this po line |
java.lang.String |
getNotes()
Gets the notes for this po line |
PurchaseOrderLine |
getParent()
Gets the parent po line for this line. |
java.lang.Double |
getQuantity()
Gets the purchase quantity for this po line |
java.lang.Integer |
getVersion()
|
void |
setCost(java.lang.Double cost)
Sets the purchase cost for this line |
void |
setCustomer(Customer customer)
Sets the customer for whom this PO line is for |
void |
setId(java.lang.Long id)
|
void |
setItem(Item item)
Sets the item on this po line |
void |
setNotes(java.lang.String notes)
Sets the notes for this po line |
void |
setParent(PurchaseOrderLine parent)
Sets the parent po line for this line. |
void |
setQuantity(java.lang.Double quantity)
Sets the purchase quantity for this po line |
void |
setVersion(java.lang.Integer version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PurchaseOrderLine()
| Method Detail |
|---|
public Item getItem()
public void setItem(Item item)
item - the new item on this po linepublic java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes - the new notes for this po linepublic java.lang.Double getQuantity()
public void setQuantity(java.lang.Double quantity)
quantity - the new purchase quantity for this linepublic java.lang.Double getCost()
public void setCost(java.lang.Double cost)
cost - the purchase cost for this linepublic Customer getCustomer()
public void setCustomer(Customer customer)
customer - the new customer for whom this PO line is forpublic PurchaseOrderLine getParent()
public void setParent(PurchaseOrderLine parent)
parent - the new parent po linegetParent()public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public java.lang.Long getId()
public void setId(java.lang.Long id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||