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

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
All Implemented Interfaces:
net.sf.oness.common.model.auditing.Auditable, java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
DeliveryDocketWithParty, InvoiceWithParty, OrderWithParty

public abstract class WithParty
extends net.sf.oness.common.model.to.AuditableTransferObject

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
WithParty()
           
 
Method Summary
 java.math.BigDecimal getAmount()
           
 java.util.Collection getItems()
           
 net.sf.oness.party.model.party.bo.Party getParty()
           
 void setAmount(java.math.BigDecimal amount)
           
 void setItems(java.util.Collection items)
           
 void setParty(net.sf.oness.party.model.party.bo.Party party)
           
 
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

WithParty

public WithParty()
Method Detail

setParty

public void setParty(net.sf.oness.party.model.party.bo.Party party)
Parameters:
party - The party to set.

getParty

public net.sf.oness.party.model.party.bo.Party getParty()
Returns:
Returns the party.

setItems

public void setItems(java.util.Collection items)
Parameters:
items - The items to set.

getItems

public java.util.Collection getItems()
Returns:
Returns the items.

setAmount

public void setAmount(java.math.BigDecimal amount)
Parameters:
amount - The amount to set.

getAmount

public java.math.BigDecimal getAmount()
Returns:
Returns the amount.


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