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

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

Uses of AbstractNameable in org.salespointframework.core.data
 

Subclasses of AbstractNameable in org.salespointframework.core.data
 class AbstractCurrency
          Abstract Java implementation of the Currency interface.
 class CatalogImpl<T extends CatalogItemImpl>
          Pure Java implementation of the Catalog interface.
 class CatalogItemImpl
          Pure Java implementation of the CatalogItem interface.
 class CountingStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the CountingStock interface.
 class CurrencyImpl
          Deprecated. user EUROCurrencyImpl
 class CurrencyItemImpl
          Pure Java implementation of the CurrencyItem interface.
 class EUROCurrencyImpl
          EURO-Implementation of AbstractCurrency
 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 StockItemImpl
          Pure Java implementation of the StockItem interface.
 class StoringStockImpl<T extends StockItemImpl,CT extends CatalogItemImpl>
          Pure Java implementation of the StoringStock interface.