SalesPoint Framework v3.0

Uses of Class
data.ooimpl.CatalogItemImpl

Packages that use CatalogItemImpl
data.ooimpl Pure Java implementations of the interfaces in package data
 

Uses of CatalogItemImpl in data.ooimpl
 

Subclasses of CatalogItemImpl in data.ooimpl
 class CatalogImpl
          Pure Java implementation of the Catalog interface.
 class CurrencyImpl
          Pure Java implementation of the Currency interface.
 class CurrencyItemImpl
          Pure Java implementation of the CurrencyItem interface.
 

Methods in data.ooimpl that return CatalogItemImpl
protected abstract  CatalogItemImpl CatalogItemImpl.getShallowClone()
          Get a shallow clone of the CatalogItem.
protected  CatalogItemImpl CatalogImpl.getShallowClone()
          Create a shallow clone of this Catalog.
 CatalogItemImpl CurrencyItemImpl.getShallowClone()
           
 

Constructors in data.ooimpl with parameters of type CatalogItemImpl
CatalogItemDataBasketEntry.CatalogItemDataBasketEntry(CatalogImpl cSource, CatalogImpl cDest, CatalogItemImpl ci)
          Create a new CatalogItemDataBasketEntry.
 


SalesPoint Framework v3.0