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

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

Uses of DataBasketImpl in org.salespointframework.core.data
 

Fields in org.salespointframework.core.data declared as DataBasketImpl
private  DataBasketImpl DataBasketImpl.SubDataBasket.m_dbiOwner
          The owner of this subbasket.
protected  DataBasketImpl DataBasketEntryImpl.m_dbiOwner
          The DataBasket owning this entry..
 

Constructors in org.salespointframework.core.data with parameters of type DataBasketImpl
DataBasketImpl.SubDataBasket(DataBasketImpl dbiOwner)
          Create a new subbasket.