com.ibm.retail.AEF.event
Interface ReportEvent

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

public interface ReportEvent
extends POSAppEvent

A ReportEvent contains report information from the POS application.


Method Summary
 java.lang.String getID()
          Get the report identifier
 java.util.Collection getReportSections()
          Get the collection of report sections.
 
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

getID

public java.lang.String getID()
Get the report identifier

Returns:
String

getReportSections

public java.util.Collection getReportSections()
Get the collection of report sections.

Returns:
Collection of ReportSection objects
See Also:
ReportSection


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