org.cocome.tradingsystem.inventory.application.store
Class ProductWithSupplierAndStockItemTO
java.lang.Object
org.cocome.tradingsystem.inventory.application.store.ProductTO
org.cocome.tradingsystem.inventory.application.store.ProductWithSupplierTO
org.cocome.tradingsystem.inventory.application.store.ProductWithSupplierAndStockItemTO
- All Implemented Interfaces:
- java.io.Serializable
public class ProductWithSupplierAndStockItemTO
- extends ProductWithSupplierTO
ProductWithSupplierAndStockItemTO
is used as transfer object class for transferring basic product, stockitem and additional supplier
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stockitemTO
protected StockItemTO stockitemTO
ProductWithSupplierAndStockItemTO
public ProductWithSupplierAndStockItemTO()
getStockItemTO
public StockItemTO getStockItemTO()
- Gets transfer object for stockitem
- Returns:
- stockitemTO StockItem Transfer object
setStockItemTO
public void setStockItemTO(StockItemTO stockitemTO)
- Sets transfer object for supplier
- Parameters:
stockitemTO
- New stockitem transfer object.