com.ibm.retail.AEF.event
Interface TaxCode

All Superinterfaces:
POSAppEventElement, SAXElementHandler, java.io.Serializable

public interface TaxCode
extends POSAppEventElement

A TaxCode is a simple data object to contain information about POS tax code definitions.


Field Summary
static java.lang.String TAX_CODE
          Identifier for tax code property
static java.lang.String TAX_DESCRIPTION
          Identifier for tax description property
static java.lang.String TAX_RATE
          Identifier for tax percentage property
 
Method Summary
 java.lang.String getCode()
          Get the tax code identifier.
 java.lang.String getDescription()
          Get the description of the tax.
 java.lang.String getRate()
          Get the tax rate as a percentage.
 
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEventElement
getBooleanPropertyValue, getData, getIntegerPropertyValue, getProperty, getPropertyEntries, setData, setProperty, toString
 
Methods inherited from interface com.ibm.retail.AEF.xml.SAXElementHandler
endElement, startElement
 

Field Detail

TAX_CODE

public static final java.lang.String TAX_CODE
Identifier for tax code property

See Also:
Constant Field Values

TAX_DESCRIPTION

public static final java.lang.String TAX_DESCRIPTION
Identifier for tax description property

See Also:
Constant Field Values

TAX_RATE

public static final java.lang.String TAX_RATE
Identifier for tax percentage property

See Also:
Constant Field Values
Method Detail

getCode

public java.lang.String getCode()
Get the tax code identifier.

Returns:
tax code identifier

getDescription

public java.lang.String getDescription()
Get the description of the tax.

Returns:
tax description

getRate

public java.lang.String getRate()
Get the tax rate as a percentage.

Returns:
string representation of the tax percentage (e.g. "7.0") - null if no rate is defined


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