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