|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.oness.common.all.BaseObject net.sf.oness.common.model.auditing.AbstractAuditableObject net.sf.oness.common.model.bo.AbstractBusinessObject net.sf.oness.order.model.bo.Master net.sf.oness.order.model.bo.Invoice
Field Summary |
Fields inherited from class net.sf.oness.order.model.bo.Master |
PURCHASE, SELL |
Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
Constructor Summary | |
Invoice()
|
Method Summary | |
java.util.Collection |
getDeliveryDockets()
|
java.util.Collection |
getItems()
|
void |
setDeliveryDockets(java.util.Collection deliveryDockets)
|
Methods inherited from class net.sf.oness.order.model.bo.Master |
getDate, getPartyId, getType, setDate, setItems, setPartyId, setType |
Methods inherited from class net.sf.oness.common.model.bo.AbstractBusinessObject |
clone, equals, getCode, getComments, getCreatedBy, getDeletedBy, getId, getTransactionTime, hashCode, setComments, toString |
Methods inherited from class net.sf.oness.common.model.auditing.AbstractAuditableObject |
setCode, setCreatedBy, setDeletedBy, setId, setTransactionTime |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sf.oness.common.model.auditing.Auditable |
setCode, setCreatedBy, setDeletedBy, setId, setTransactionTime |
Constructor Detail |
public Invoice()
Method Detail |
public java.util.Collection getItems()
getItems
in class Master
public void setDeliveryDockets(java.util.Collection deliveryDockets)
deliveryDockets
- The deliveryDockets to set.public java.util.Collection getDeliveryDockets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |