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

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.WithParty
                  extended bynet.sf.oness.order.model.to.InvoiceWithParty
All Implemented Interfaces:
net.sf.oness.common.model.auditing.Auditable, java.lang.Cloneable, java.io.Serializable

public class InvoiceWithParty
extends WithParty

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
InvoiceWithParty()
           
 
Method Summary
 Invoice getInvoice()
           
 void setInvoice(Invoice invoice)
           
 
Methods inherited from class net.sf.oness.order.model.to.WithParty
getAmount, getItems, getParty, setAmount, setItems, setParty
 
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

InvoiceWithParty

public InvoiceWithParty()
Method Detail

setInvoice

public void setInvoice(Invoice invoice)
Parameters:
invoice - The invoice to set.

getInvoice

public Invoice getInvoice()
Returns:
Returns the invoice.


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