SalesPoint Framework v3.0

data
Interface DataBasketKeys

All Known Subinterfaces:
DataBasketCondition, DataBasketEntry
All Known Implementing Classes:
StockItemImpl, CatalogItemImpl

public interface DataBasketKeys

Framework defined main keys.

Since:
v2.0
Version:
2.0 18/08/1999
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

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

CATALOG_ITEM_MAIN_KEY

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

SalesPoint Framework v3.0