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

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

Uses of StockItemDBEntry in org.salespointframework.core.data
 

Subclasses of StockItemDBEntry in org.salespointframework.core.data
 class CountingStockItemDBEntry
          DataBasketEntry describing operations with CountingStock's items.
 class StoringStockItemDBEntry
          DataBasketEntry that describes operations with StoringStock's items.
 

Constructors in org.salespointframework.core.data with parameters of type StockItemDBEntry
CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry sidbe)
          Create a new CSDBELogEntry.
StockItemDBEntry.StockItemDBELogEntry(StockItemDBEntry sidbe)
          Create a new StockItemDBELogEntry.