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. |
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