SalesPoint v3.3 API

data
Interface DataBasketKeys

All Known Subinterfaces:
DataBasketCondition<T>, DataBasketEntry<T>
All Known Implementing Classes:
AbstractCurrency, CatalogImpl, CatalogItemDataBasketEntry, CatalogItemImpl, CountingStockImpl, CountingStockItemDBEntry, CurrencyImpl, CurrencyItemImpl, DataBasketConditionImpl, DataBasketEntryImpl, EUROCurrencyImpl, MoneyBagImpl, StockImpl, StockItemDBEntry, StockItemImpl, StoringStockImpl, StoringStockItemDBEntry

public interface DataBasketKeys

Framework defined main keys.

Since:
v2.0
Author:
Steffen Zschaler

Field Summary
static String CATALOG_ITEM_MAIN_KEY
          The main key for a DataBasketEntry that describes a CatalogItem movement.
static String STOCK_ITEM_MAIN_KEY
          The main key for a DataBasketEntry that describes a StockItem movement.
 

Field Detail

STOCK_ITEM_MAIN_KEY

static final String STOCK_ITEM_MAIN_KEY
The main key for a DataBasketEntry that describes a StockItem movement.

See Also:
Constant Field Values

CATALOG_ITEM_MAIN_KEY

static final String CATALOG_ITEM_MAIN_KEY
The main key for a DataBasketEntry that describes a CatalogItem movement.

See Also:
Constant Field Values

SalesPoint v3.3 API