com.ibm.retail.AEF.data
Interface PointsProperties

All Superinterfaces:
LineItemProperties, POSDataProperties

public interface PointsProperties
extends LineItemProperties

PointsProperties contains the data provider property names for points attributes. These properties are communicated to client listeners through the PointsListener interface. Individual property values for the current points are also accessible through the POSDataProvider interface.

See Also:
PointsListener, getPropertyValue

Field Summary
static java.lang.String ADDITIONAL_POINTS_TOTALS
          Additional Points totals
static java.lang.String CATEGORY
          Category identifier
static java.lang.String ID
          Points identifier
static java.lang.String ID_QUALIFIER
          Points ID qualifier (type of number)
static java.lang.String POINTS_REDEEMED
          Are points redeemed?
static java.lang.String POINTS_VOIDED
          Are points voided?
static java.lang.String TOTAL
          Total points
static java.lang.String TYPE
          Type of points
 
Fields inherited from interface com.ibm.retail.AEF.data.LineItemProperties
DESCRIPTION, IS_DEPOSIT, IS_REFUNDED, IS_VOIDED, ITEM_ID, ITEM_ID_QUALIFIER, ITEM_MODIFIER, PRINT_LINES, QUANTITY, RAW_PRINT_LINES
 
Fields inherited from interface com.ibm.retail.AEF.data.POSDataProperties
ELEMENT_NAME
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Category identifier

See Also:
Constant Field Values

ID

public static final java.lang.String ID
Points identifier

See Also:
Constant Field Values

ID_QUALIFIER

public static final java.lang.String ID_QUALIFIER
Points ID qualifier (type of number)

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
Type of points

See Also:
Constant Field Values

TOTAL

public static final java.lang.String TOTAL
Total points

See Also:
Constant Field Values

POINTS_REDEEMED

public static final java.lang.String POINTS_REDEEMED
Are points redeemed?

See Also:
Constant Field Values

POINTS_VOIDED

public static final java.lang.String POINTS_VOIDED
Are points voided?

See Also:
Constant Field Values

ADDITIONAL_POINTS_TOTALS

public static final java.lang.String ADDITIONAL_POINTS_TOTALS
Additional Points totals

See Also:
Constant Field Values


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