|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String TAX_CODE
public static final java.lang.String TAX_DESCRIPTION
public static final java.lang.String TAX_RATE
Method Detail |
public java.lang.String getCode()
public java.lang.String getDescription()
public java.lang.String getRate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |