|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TransactionIdentifier is an interface which encapsulates a transaction. For example, a transaction may be identified as NO_SALE, REGULAR_SALE, or any other type listed in AEFConst.java.
Field Summary | |
---|---|
static java.lang.String |
CLASS_KEY
|
static java.lang.String |
DATA
|
static java.lang.String |
MODIFIER
|
static java.lang.String |
TRANSACTION_TYPE
|
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier |
---|
ACCOUNT_NUMBER, PRICE |
Method Summary | |
---|---|
java.lang.String |
getData()
Gets the data to be included with the transaction. |
java.lang.String |
getModifier()
Gets the transaction modifier. |
java.lang.String |
getTransactionType()
Gets the transaction type. |
void |
setData(java.lang.String transactionData)
Sets the data to be included with the transaction. |
void |
setModifier(java.lang.String modifier)
Sets the transaction modifier. |
void |
setTransactionType(java.lang.String transactionType)
Sets the transaction 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 |
public static final java.lang.String CLASS_KEY
public static final java.lang.String TRANSACTION_TYPE
public static final java.lang.String DATA
public static final java.lang.String MODIFIER
Method Detail |
public void setTransactionType(java.lang.String transactionType)
transactionType
- The transaction type from AEFConst.java.for the valid transaction types & modifiers.
public void setModifier(java.lang.String modifier)
modifier
- The transaction modifier from AEFConst.java.for the valid transaction types & modifiers.
public void setData(java.lang.String transactionData)
transactionData
- A String of data to be included in the transaction.public java.lang.String getTransactionType()
for the valid transaction types.
public java.lang.String getData()
public java.lang.String getModifier()
for the valid transaction types & modifiers.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |