Uses of Class
org.cocome.tradingsystem.inventory.application.store.SupplierTO

Packages that use SupplierTO
org.cocome.tradingsystem.inventory.application.store   
org.cocome.tradingsystem.inventory.application.store.impl   
 

Uses of SupplierTO in org.cocome.tradingsystem.inventory.application.store
 

Fields in org.cocome.tradingsystem.inventory.application.store declared as SupplierTO
protected  SupplierTO ProductWithSupplierTO.supplierTO
           
 

Methods in org.cocome.tradingsystem.inventory.application.store that return SupplierTO
 SupplierTO ProductWithSupplierTO.getSupplierTO()
          Gets transfer object for supplier which offers this product.
 

Methods in org.cocome.tradingsystem.inventory.application.store with parameters of type SupplierTO
 void ProductWithSupplierTO.setSupplierTO(SupplierTO supplierTO)
          Sets transfer object for supplier
 

Uses of SupplierTO in org.cocome.tradingsystem.inventory.application.store.impl
 

Methods in org.cocome.tradingsystem.inventory.application.store.impl that return SupplierTO
static SupplierTO FillTransferObjects.fillSupplierTO(ProductSupplier supplier)