com.ibm.retail.AEF.event
Interface TareCode

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

public interface TareCode
extends POSAppEventElement

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

TARE_CODE

public static final java.lang.String TARE_CODE
Property name identifier for: Tare code

See Also:
Constant Field Values

TARE_DESCRIPTION

public static final java.lang.String TARE_DESCRIPTION
Property name identifier for: Tare description

See Also:
Constant Field Values
Method Detail

getCode

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

Returns:
tare code value

getDescription

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

Returns:
tare description


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