|
|||||||||||
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.TransactionIdentifierImpl
TransactionIdentifier is a class which contains information about a transaction.
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.TransactionIdentifier |
---|
CLASS_KEY, DATA, MODIFIER, TRANSACTION_TYPE |
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier |
---|
ACCOUNT_NUMBER, PRICE |
Constructor Summary | |
---|---|
TransactionIdentifierImpl()
Constructor. |
|
TransactionIdentifierImpl(java.lang.String transactionType,
java.lang.String modifier)
Constructor. |
|
TransactionIdentifierImpl(java.lang.String transactionType,
java.lang.String modifier,
java.lang.String data)
Constructor. |
Method Summary | |
---|---|
(package private) static java.lang.String |
copyright()
|
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 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 TransactionIdentifierImpl()
public TransactionIdentifierImpl(java.lang.String transactionType, java.lang.String modifier)
transactionType
- The transaction type from AEFConst.java.modifier
- A modifier such as "return", "send", "vat".
Use constants from AEFConst.javafor modifier constants.
public TransactionIdentifierImpl(java.lang.String transactionType, java.lang.String modifier, java.lang.String data)
transactionType
- The transaction type from AEFConst.java.modifier
- A modifier such as "return", "send", "vat".
Use constants from AEFConst.javadata
- Any additional data to be included in the transaction.for modifier constants.
Method Detail |
static java.lang.String copyright()
public void setTransactionType(java.lang.String transactionType)
setTransactionType
in interface TransactionIdentifier
transactionType
- The transaction type from AEFConst.java.for the valid transaction types & modifiers.
public void setModifier(java.lang.String modifier)
setModifier
in interface TransactionIdentifier
modifier
- The transaction modifier from AEFConst.java.for the valid transaction types & modifiers.
public void setData(java.lang.String transactionData)
setData
in interface TransactionIdentifier
transactionData
- A String of data to be included in the transaction.public java.lang.String getTransactionType()
getTransactionType
in interface TransactionIdentifier
for the valid transaction types.
public java.lang.String getData()
getData
in interface TransactionIdentifier
public java.lang.String getModifier()
getModifier
in interface TransactionIdentifier
for the valid transaction types & modifiers.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |