com.ibm.retail.AEF.automation
Interface SalesTransactionInfo

All Superinterfaces:
BaseInfo, java.io.Serializable, TransactionInfo

public interface SalesTransactionInfo
extends TransactionInfo

A SalesTransactionInfo contains details of a sales transaction in progress.


Field Summary
static java.lang.String CLASS_KEY
           
 
Method Summary
 boolean getIsTaxExempt()
          Indicates whether the transaction is tax exempt.
 void setIsTaxExempt(boolean flag)
          Sets whether the transaction is tax exempt.
 
Methods inherited from interface com.ibm.retail.AEF.automation.TransactionInfo
getIsVoided, getTransactionDate, getTransactionID, setIsVoided, setTransactionDate, setTransactionID
 
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

getIsTaxExempt

public boolean getIsTaxExempt()
Indicates whether the transaction is tax exempt.

Returns:
boolean True if the transaction is tax exempt.

setIsTaxExempt

public void setIsTaxExempt(boolean flag)
Sets whether the transaction is tax exempt.



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