Uses of Class
org.salespointframework.core.data.StockItemImpl

Packages that use StockItemImpl
org.salespointframework.core.data Provides interfaces for data management. 
 

Uses of StockItemImpl in org.salespointframework.core.data
 

Classes in org.salespointframework.core.data with type parameters of type StockItemImpl
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the Stock interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 

Subclasses of StockItemImpl in org.salespointframework.core.data
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class MoneyBagImpl
          Pure Java implementation of the MoneyBag interface.
 class StockImpl<T,ST extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the Stock interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.
 

Methods in org.salespointframework.core.data that return StockItemImpl
 StockItemImpl StockItemImpl.getShallowClone()
          Get a shallow clone of this item.
 StockItemImpl StockImpl.getShallowClone()
          Create a shallow clone of the Stock.