|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--com.ibm.retail.AEF.automation.IdentifierImpl | +--com.ibm.retail.AEF.automation.LoyaltyIdentifierImpl
LoyaltyIdentifierImpl is a class which contains tender information.
Field Summary |
---|
Fields inherited from class java.util.HashMap |
---|
|
Fields inherited from class java.util.AbstractMap |
---|
|
Fields inherited from interface com.ibm.retail.AEF.automation.LoyaltyIdentifier |
---|
ALTERNATE_TYPE, CLASS_KEY, EXPIRATION_DATE, ID, PRIMARY_TYPE, TYPE |
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier |
---|
ACCOUNT_NUMBER, PRICE |
Constructor Summary | |
---|---|
LoyaltyIdentifierImpl()
Constructor. |
|
LoyaltyIdentifierImpl(java.lang.String ID)
Constructor. |
|
LoyaltyIdentifierImpl(java.lang.String ID,
java.lang.String type)
Constructor. |
|
LoyaltyIdentifierImpl(java.lang.String ID,
java.lang.String type,
java.lang.String expDate)
Constructor. |
Method Summary | |
---|---|
(package private) static java.lang.String |
copyright()
|
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 expDate)
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 class com.ibm.retail.AEF.automation.IdentifierImpl |
---|
toString |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
public LoyaltyIdentifierImpl()
public LoyaltyIdentifierImpl(java.lang.String ID, java.lang.String type)
ID
- The customer's loyalty ID.type
- The ID type (usually LoyaltyIdentifier.PRIMARY_TYPE
or LoyaltyIdentifier.ALTERNATE_TYPE)public LoyaltyIdentifierImpl(java.lang.String ID)
ID
- The customer's loyalty ID (the type defaults to
LoyaltyIdentifier.PRIMARY_TYPE)public LoyaltyIdentifierImpl(java.lang.String ID, java.lang.String type, java.lang.String expDate)
ID
- The customer's loyalty ID.type
- The ID type (usually LoyaltyIdentifier.PRIMARY_TYPE
or LoyaltyIdentifier.ALTERNATE_TYPE)expDate
- The loyalty number expiration date.Method Detail |
static java.lang.String copyright()
public void setID(java.lang.String ID)
setID
in interface LoyaltyIdentifier
ID
- public void setType(java.lang.String type)
setType
in interface LoyaltyIdentifier
type
- (usually 'primary' or 'alternate').public void setExpirationDate(java.lang.String expDate)
setExpirationDate
in interface LoyaltyIdentifier
expDate
- public java.lang.String getID()
getID
in interface LoyaltyIdentifier
public java.lang.String getType()
getType
in interface LoyaltyIdentifier
public java.lang.String getExpirationDate()
getExpirationDate
in interface LoyaltyIdentifier
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |