net.sf.oness.order.model.to
Class InvoiceItemWithProduct

java.lang.Object
  extended bynet.sf.oness.common.all.BaseObject
      extended bynet.sf.oness.common.model.auditing.AbstractAuditableObject
          extended bynet.sf.oness.common.model.to.AuditableTransferObject
              extended bynet.sf.oness.order.model.to.WithProduct
                  extended bynet.sf.oness.order.model.to.InvoiceItemWithProduct
All Implemented Interfaces:
net.sf.oness.common.model.auditing.Auditable, java.lang.Cloneable, java.io.Serializable

public class InvoiceItemWithProduct
extends WithProduct

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

Field Summary
 
Fields inherited from class net.sf.oness.common.all.BaseObject
log
 
Constructor Summary
InvoiceItemWithProduct()
           
 
Method Summary
 InvoiceItem getInvoiceItem()
           
 void setInvoiceItem(InvoiceItem invoiceItem)
           
 
Methods inherited from class net.sf.oness.order.model.to.WithProduct
getProduct, setProduct
 
Methods inherited from class net.sf.oness.common.model.to.AuditableTransferObject
getComments, setComments
 
Methods inherited from class net.sf.oness.common.model.auditing.AbstractAuditableObject
getCode, getCreatedBy, getDeletedBy, getId, getTransactionTime, setCode, setCreatedBy, setDeletedBy, setId, setTransactionTime
 
Methods inherited from class net.sf.oness.common.all.BaseObject
clone, equals, hashCode, toString
 
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
clone
 

Constructor Detail

InvoiceItemWithProduct

public InvoiceItemWithProduct()
Method Detail

setInvoiceItem

public void setInvoiceItem(InvoiceItem invoiceItem)
Parameters:
invoiceItem - The invoiceItem to set.

getInvoiceItem

public InvoiceItem getInvoiceItem()
Returns:
Returns the invoiceItem.


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