com.ibm.retail.AEF.event
Interface ReportSection
- All Superinterfaces:
- POSAppEventElement, SAXElementHandler, java.io.Serializable
- public interface ReportSection
- extends POSAppEventElement
A ReportSection
is a data object containing information
about a section of a report. A section contains ReportLine
objects which describe the detail of a report.
Method Summary |
java.lang.String |
getID()
Get the identifier of this section |
java.util.Collection |
getReportLines()
Get the ReportLines for this section. |
getID
public java.lang.String getID()
- Get the identifier of this section
- Returns:
- String
getReportLines
public java.util.Collection getReportLines()
- Get the ReportLines for this section.
- Returns:
- Collection of
ReportLine
objects.
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004