net.sf.oness.order.model.bo
Class Item

java.lang.Object
  extended bynet.sf.oness.common.all.BaseObject
      extended bynet.sf.oness.common.model.auditing.AbstractAuditableObject
          extended bynet.sf.oness.common.model.bo.AbstractBusinessObject
              extended bynet.sf.oness.order.model.bo.Item
All Implemented Interfaces:
net.sf.oness.common.model.auditing.Auditable, net.sf.oness.common.model.bo.AuditableBusinessObject, java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
DeliveryDocketItem, InvoiceItem, OrderItem

public abstract class Item
extends net.sf.oness.common.model.bo.AbstractBusinessObject

Version:
$Revision: 1.2 $
Author:
Carlos Sanchez
See Also:
Serialized Form

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

Item

public Item()
Method Detail

setProductId

public void setProductId(java.lang.Long productId)
Parameters:
productId - The productId to set.

getProductId

public java.lang.Long getProductId()
Returns:
Returns the productId.

setQuantity

public void setQuantity(java.math.BigDecimal quantity)
Parameters:
quantity - The quantity to set.

getQuantity

public java.math.BigDecimal getQuantity()
Returns:
Returns the quantity.


Copyright © 2003-2005 ONess Project. All Rights Reserved.