com.ibm.retail.AEF.event
Interface ReasonCode

All Superinterfaces:
POSAppEventElement, SAXElementHandler, java.io.Serializable
All Known Subinterfaces:
DiscountReasonCode, TransactionDiscountReasonCode

public interface ReasonCode
extends POSAppEventElement

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

REASON_CODE

public static final java.lang.String REASON_CODE
Reason code identifier (numeric code)

See Also:
Constant Field Values

REASON_DESCRIPTION

public static final java.lang.String REASON_DESCRIPTION
Tender description

See Also:
Constant Field Values
Method Detail

getCode

public java.lang.String getCode()
Get the code value.

Returns:
value of the reason code identifier

getDescription

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

Returns:
description of the reason.


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