com.ibm.retail.AEF.automation
Interface TransactionTotals

All Superinterfaces:
BaseInfo, java.io.Serializable

public interface TransactionTotals
extends BaseInfo

TransactionTotals encapsulates the totals associated with a sales transaction. Properties in this object are typically changed whenever an item is added to or removed from a transaction, or if a discount is applied.


Field Summary
 
Fields inherited from interface com.ibm.retail.AEF.automation.BaseInfo
CLASS_KEY
 
Method Summary
 java.lang.String getBalanceDue()
          Get the Balance Due
 java.lang.String getChangeDue()
          Get the Change Due
 java.lang.String getCouponTotal()
          Get the Coupon Total
 java.lang.String getFoodstampBalanceDue()
          Get the Foodstamp Balance Due
 java.lang.String getFoodstampChangeDue()
          Get the Foodstamp Change Due
 java.lang.String getFoodstampTotal()
          Get the Foodstamp Total
 java.lang.String getSubTotal()
          Get the SubTotal Amount Due
 java.lang.String getTax()
          Get the Tax Amount Due
 java.lang.String getTotal()
          Get the Transaction Total Amount
 java.lang.String getTotalCoupons()
          Get the Total Coupons
 java.lang.String getTotalItems()
          Get the Total Items
 java.lang.String getTotalSavings()
          Get the Total Savings
 void setBalanceDue(java.lang.String amt)
          Set the Balance Due
 void setChangeDue(java.lang.String amt)
          Set the Change Due
 void setCouponTotal(java.lang.String amt)
          Set the Coupon Total
 void setFoodstampBalanceDue(java.lang.String amt)
          Set the Foodstamp Balance Due
 void setFoodstampChangeDue(java.lang.String amt)
          Set the Foodstamp Change Due
 void setFoodstampTotal(java.lang.String foodstampTotal)
          Set the Foodstamp Total
 void setSubTotal(java.lang.String amt)
          Set the SubTotal Amount Due
 void setTax(java.lang.String amt)
          Set the Tax Amount Due
 void setTotal(java.lang.String amt)
          Set the Transaction Total
 void setTotalCoupons(java.lang.String amt)
          Set the Total Coupons
 void setTotalItems(java.lang.String amt)
          Set the Total Items
 void setTotalSavings(java.lang.String amt)
          Set the Total Savings
 
Methods inherited from interface com.ibm.retail.AEF.automation.BaseInfo
getBooleanPropertyValue, getIntegerPropertyValue, getProperty, getPropertyEntries, setProperty, update
 

Method Detail

getTotal

public java.lang.String getTotal()
Get the Transaction Total Amount

Returns:
total

setTotal

public void setTotal(java.lang.String amt)
Set the Transaction Total


getSubTotal

public java.lang.String getSubTotal()
Get the SubTotal Amount Due

Returns:
subtotal

setSubTotal

public void setSubTotal(java.lang.String amt)
Set the SubTotal Amount Due


getTax

public java.lang.String getTax()
Get the Tax Amount Due

Returns:
tax

setTax

public void setTax(java.lang.String amt)
Set the Tax Amount Due


getBalanceDue

public java.lang.String getBalanceDue()
Get the Balance Due

Returns:
amt due

setBalanceDue

public void setBalanceDue(java.lang.String amt)
Set the Balance Due

Parameters:
amt - due

getFoodstampBalanceDue

public java.lang.String getFoodstampBalanceDue()
Get the Foodstamp Balance Due

Returns:
amt due

setFoodstampBalanceDue

public void setFoodstampBalanceDue(java.lang.String amt)
Set the Foodstamp Balance Due

Parameters:
amt - due

getFoodstampTotal

public java.lang.String getFoodstampTotal()
Get the Foodstamp Total

Returns:
foodstamp total

setFoodstampTotal

public void setFoodstampTotal(java.lang.String foodstampTotal)
Set the Foodstamp Total

Parameters:
foodstampTotal -

setChangeDue

public void setChangeDue(java.lang.String amt)
Set the Change Due


getChangeDue

public java.lang.String getChangeDue()
Get the Change Due

Returns:
change due

setFoodstampChangeDue

public void setFoodstampChangeDue(java.lang.String amt)
Set the Foodstamp Change Due


getFoodstampChangeDue

public java.lang.String getFoodstampChangeDue()
Get the Foodstamp Change Due

Returns:
change due

getCouponTotal

public java.lang.String getCouponTotal()
Get the Coupon Total

Returns:
coupon total

setCouponTotal

public void setCouponTotal(java.lang.String amt)
Set the Coupon Total


getTotalItems

public java.lang.String getTotalItems()
Get the Total Items

Returns:
total items

setTotalItems

public void setTotalItems(java.lang.String amt)
Set the Total Items


getTotalCoupons

public java.lang.String getTotalCoupons()
Get the Total Coupons

Returns:
total coupons

setTotalCoupons

public void setTotalCoupons(java.lang.String amt)
Set the Total Coupons


getTotalSavings

public java.lang.String getTotalSavings()
Get the Total Savings

Returns:
total savings

setTotalSavings

public void setTotalSavings(java.lang.String amt)
Set the Total Savings



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