|
|||||||||||
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.Item
Field Summary |
Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
Constructor Summary | |
Item()
|
Method Summary | |
java.lang.Long |
getProductId()
|
java.math.BigDecimal |
getQuantity()
|
void |
setProductId(java.lang.Long productId)
|
void |
setQuantity(java.math.BigDecimal quantity)
|
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 Item()
Method Detail |
public void setProductId(java.lang.Long productId)
productId
- The productId to set.public java.lang.Long getProductId()
public void setQuantity(java.math.BigDecimal quantity)
quantity
- The quantity to set.public java.math.BigDecimal getQuantity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |