net.sf.oness.order.model.to
Class WithParty
java.lang.Object
net.sf.oness.common.all.BaseObject
net.sf.oness.common.model.auditing.AbstractAuditableObject
net.sf.oness.common.model.to.AuditableTransferObject
net.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
Fields inherited from class net.sf.oness.common.all.BaseObject |
log |
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 |
WithParty
public WithParty()
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.