com.ibm.retail.AEF.automation
Interface TransactionInfo

All Superinterfaces:
BaseInfo, java.io.Serializable
All Known Subinterfaces:
SalesTransactionInfo

public interface TransactionInfo
extends BaseInfo

A TransactionInfo contains details of a transaction in progress.


Field Summary
static java.lang.String CLASS_KEY
           
 
Method Summary
 boolean getIsVoided()
          Indicates whether the transaction as been voided.
 java.util.Date getTransactionDate()
          Returns the transaction date & time.
 java.lang.String getTransactionID()
          Returns the transaction id.
 void setIsVoided(boolean flag)
          Sets whether the transaction as been voided.
 void setTransactionDate(java.util.Date date)
          Sets the transaction date & time.
 void setTransactionID(java.lang.String id)
          Sets the transaction id.
 
Methods inherited from interface com.ibm.retail.AEF.automation.BaseInfo
getBooleanPropertyValue, getIntegerPropertyValue, getProperty, getPropertyEntries, setProperty, update
 

Field Detail

CLASS_KEY

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

getTransactionID

public java.lang.String getTransactionID()
Returns the transaction id.

Returns:
String The transaction id.

setTransactionID

public void setTransactionID(java.lang.String id)
Sets the transaction id.


getTransactionDate

public java.util.Date getTransactionDate()
Returns the transaction date & time.

Returns:
Date The transaction date & time.

setTransactionDate

public void setTransactionDate(java.util.Date date)
Sets the transaction date & time.


getIsVoided

public boolean getIsVoided()
Indicates whether the transaction as been voided.

Returns:
boolean True if the transaction is voided.

setIsVoided

public void setIsVoided(boolean flag)
Sets whether the transaction as been voided.



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