com.ibm.retail.AEF.automation
Interface LoyaltyIdentifier

All Superinterfaces:
Identifier, java.util.Map
All Known Implementing Classes:
LoyaltyIdentifierImpl

public interface LoyaltyIdentifier
extends Identifier

LoyaltyIdentifier is an interface for classes which contain the information to identify a loyalty customer.


Field Summary
static java.lang.String ALTERNATE_TYPE
           
static java.lang.String CLASS_KEY
           
static java.lang.String EXPIRATION_DATE
           
static java.lang.String ID
           
static java.lang.String PRIMARY_TYPE
           
static java.lang.String TYPE
           
 
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier
ACCOUNT_NUMBER, PRICE
 
Method Summary
 java.lang.String getExpirationDate()
          Gets the expiration date.
 java.lang.String getID()
          Gets the loyalty ID.
 java.lang.String getType()
          Gets the loyalty ID type.
 void setExpirationDate(java.lang.String date)
          Sets the expiration date.
 void setID(java.lang.String ID)
          Sets the loyalty ID.
 void setType(java.lang.String type)
          Sets the loyalty ID type.
 
Methods inherited from interface com.ibm.retail.AEF.automation.Identifier
toString
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

CLASS_KEY

public static final java.lang.String CLASS_KEY
See Also:
Constant Field Values

ID

public static final java.lang.String ID
See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

EXPIRATION_DATE

public static final java.lang.String EXPIRATION_DATE
See Also:
Constant Field Values

PRIMARY_TYPE

public static final java.lang.String PRIMARY_TYPE
See Also:
Constant Field Values

ALTERNATE_TYPE

public static final java.lang.String ALTERNATE_TYPE
See Also:
Constant Field Values
Method Detail

setID

public void setID(java.lang.String ID)
Sets the loyalty ID.

Parameters:
ID -

setType

public void setType(java.lang.String type)
Sets the loyalty ID type.

Parameters:
type - (usually 'primary' or 'alternate').

setExpirationDate

public void setExpirationDate(java.lang.String date)
Sets the expiration date.


getID

public java.lang.String getID()
Gets the loyalty ID.

Returns:
String

getType

public java.lang.String getType()
Gets the loyalty ID type.

Returns:
String (usually 'primary' or 'alternate').

getExpirationDate

public java.lang.String getExpirationDate()
Gets the expiration date.

Returns:
String


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