org.cocome.tradingsystem.inventory.application.store
Class ComplexOrderEntryTO
java.lang.Object
org.cocome.tradingsystem.inventory.application.store.OrderEntryTO
org.cocome.tradingsystem.inventory.application.store.ComplexOrderEntryTO
- All Implemented Interfaces:
- java.io.Serializable
public class ComplexOrderEntryTO
- extends OrderEntryTO
ComplexOrderEntryTO
is used as transfer object class for transferring full order entry information
between client and the service-oriented application layer. It contains either copies of persisted
data which are transferred to the client, or data which is transferred from the client to the
application layer for being processed and persisted.
- Author:
- herold
- See Also:
- Serialized Form
Fields inherited from class org.cocome.tradingsystem.inventory.application.store.OrderEntryTO |
amount |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
productTO
protected ProductWithSupplierTO productTO
ComplexOrderEntryTO
public ComplexOrderEntryTO()
getProductTO
public ProductWithSupplierTO getProductTO()
- Gets transfer object for product information of an order entry.
- Returns:
- Product transfer object with supplier information.
setProductTO
public void setProductTO(ProductWithSupplierTO productTO)
- Sets product transfer object with supplier information for order entry.
- Parameters:
productTO
- Product transfer object to be set.