com.ibm.retail.AEF.data
Interface StoreProperties


public interface StoreProperties

StoreProperties contains the data provider property names for store attributes. These properties are communicated to client listeners through the OptionsListener interface.

See Also:
OptionsListener, getStoreDefinition, getPropertyValue

Field Summary
static java.lang.String CATEGORY
          Category identifier
static java.lang.String STORE_ADDRESS1
          Store Address 1 identifier
static java.lang.String STORE_ADDRESS2
          Store Address 2 identifier
static java.lang.String STORE_CITY
          Store City identifier
static java.lang.String STORE_DIVISION
          Store Division identifier
static java.lang.String STORE_NAME
          Store Name identifier
static java.lang.String STORE_NUMBER
          Store Number identifier
static java.lang.String STORE_PHONE1
          Store Phone 1 identifier
static java.lang.String STORE_PHONE2
          Store Phone 2 identifier
static java.lang.String STORE_STATE
          Store State identifier
static java.lang.String STORE_ZIP
          Store Zip identifier
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Category identifier

See Also:
Constant Field Values

STORE_NAME

public static final java.lang.String STORE_NAME
Store Name identifier

See Also:
Constant Field Values

STORE_DIVISION

public static final java.lang.String STORE_DIVISION
Store Division identifier

See Also:
Constant Field Values

STORE_NUMBER

public static final java.lang.String STORE_NUMBER
Store Number identifier

See Also:
Constant Field Values

STORE_ADDRESS1

public static final java.lang.String STORE_ADDRESS1
Store Address 1 identifier

See Also:
Constant Field Values

STORE_ADDRESS2

public static final java.lang.String STORE_ADDRESS2
Store Address 2 identifier

See Also:
Constant Field Values

STORE_CITY

public static final java.lang.String STORE_CITY
Store City identifier

See Also:
Constant Field Values

STORE_STATE

public static final java.lang.String STORE_STATE
Store State identifier

See Also:
Constant Field Values

STORE_ZIP

public static final java.lang.String STORE_ZIP
Store Zip identifier

See Also:
Constant Field Values

STORE_PHONE1

public static final java.lang.String STORE_PHONE1
Store Phone 1 identifier

See Also:
Constant Field Values

STORE_PHONE2

public static final java.lang.String STORE_PHONE2
Store Phone 2 identifier

See Also:
Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004