planetj.database.report
Class OverallReportBreak

java.lang.Object
  extended byplanetj.database.report.ReportBreak
      extended byplanetj.database.report.OverallReportBreak
All Implemented Interfaces:
java.io.Serializable

public class OverallReportBreak
extends ReportBreak

A special kind of ReportBreak which operates on all of the Rows returned by an SQL query, and not a subset of those Rows. This kind of ReportBreak does not have a BreakColumn, since it only appears after all of the data Rows in a RowCollection group.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class planetj.database.report.ReportBreak
ReportBreak.ReportBreakSpacingRow
 
Constructor Summary
OverallReportBreak()
          OverallReportBreak default constructor
OverallReportBreak(ReportBreakCollection prbc, java.lang.String pColumnFunctionToken, java.util.List pFieldDescriptors)
          Deprecated. Use the default constuctor instead
 
Method Summary
 OverallReportBreak getOverallReportBreak()
          Returns this same object
 boolean isOverallReportBreak()
          This is an OverallReportBreak
 
Methods inherited from class planetj.database.report.ReportBreak
equals, getBreakColumn, getColumnFunctionToken, getFieldNames, getIndex, getLastValue, getReportBreakCollection, getRows, hashCode, isGenerateReportForSingleRow, processRow, reset
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverallReportBreak

public OverallReportBreak()
OverallReportBreak default constructor


OverallReportBreak

public OverallReportBreak(ReportBreakCollection prbc,
                          java.lang.String pColumnFunctionToken,
                          java.util.List pFieldDescriptors)
                   throws DataEngineException
Deprecated. Use the default constuctor instead

OverallReportBreak constructor

Parameters:
prbc - planetj.database.report.ReportBreakCollection
pColumnFunctionToken - java.lang.String
pFieldDescriptors - java.util.List
Throws:
DataEngineException - The exception description.
Method Detail

getOverallReportBreak

public OverallReportBreak getOverallReportBreak()
Returns this same object

Overrides:
getOverallReportBreak in class ReportBreak

isOverallReportBreak

public boolean isOverallReportBreak()
This is an OverallReportBreak

Overrides:
isOverallReportBreak in class ReportBreak