|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TareCode
is a simple data object to contain information
about POS tares.
A tare code contains a numeric code and a text description.
Field Summary | |
---|---|
static java.lang.String |
TARE_CODE
Property name identifier for: Tare code |
static java.lang.String |
TARE_DESCRIPTION
Property name identifier for: Tare description |
Method Summary | |
---|---|
java.lang.String |
getCode()
Get the tare code value. |
java.lang.String |
getDescription()
Get the description of the tare. |
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 TARE_CODE
public static final java.lang.String TARE_DESCRIPTION
Method Detail |
public java.lang.String getCode()
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |