|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ReasonCode is a simple data object to contain information about POS reason codes for refunds, discounts, etc.
A reason code contains a numeric code and a text description.
Field Summary | |
---|---|
static java.lang.String |
REASON_CODE
Reason code identifier (numeric code) |
static java.lang.String |
REASON_DESCRIPTION
Tender description |
Method Summary | |
---|---|
java.lang.String |
getCode()
Get the code value. |
java.lang.String |
getDescription()
Get the description of the reason. |
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 REASON_CODE
public static final java.lang.String REASON_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 |