com.ibm.retail.AEF.event
Interface ScaleEvent

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

public interface ScaleEvent
extends POSAppEvent

A ScaleEvent is generated when an item is weighed.


Method Summary
 java.lang.String getWeightUnit()
          Get the scale weight unit of measure (e.g., LB).
 java.lang.String getWeightValue()
          Get the scale weight value as a formatted string (e.g., 1.79).
 
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEvent
getEventType, getPropertyChangeCategory, getTerminalNumber, setEventType, setTerminalNumber
 
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
 

Method Detail

getWeightValue

public java.lang.String getWeightValue()
Get the scale weight value as a formatted string (e.g., 1.79).

Returns:
string representation of the weight value

getWeightUnit

public java.lang.String getWeightUnit()
Get the scale weight unit of measure (e.g., LB).

Returns:
string representation of the weight unit of measure


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