net.ponec.jworksheet.report
Class ReportB

Package class diagram package ReportB
java.lang.Object
  extended by net.ponec.jworksheet.report.SuperReport
      extended by net.ponec.jworksheet.report.ReportA
          extended by net.ponec.jworksheet.report.ReportB
All Implemented Interfaces:
Calculator

public class ReportB
extends ReportA

Standard report


Field Summary
 
Fields inherited from class net.ponec.jworksheet.report.ReportA
groupSet
 
Fields inherited from class net.ponec.jworksheet.report.SuperReport
applContext, dateFrom, dateTo, reportTitle, workDayCount
 
Constructor Summary
ReportB()
           
 
Method Summary
protected  UjoComparator createUjoComparator()
          Create Comparator
 int printDetail(java.lang.StringBuilder sb)
          Print the result.
 
Methods inherited from class net.ponec.jworksheet.report.ReportA
calculate, getGroupSet, init, print, printTotal, setGroupSet
 
Methods inherited from class net.ponec.jworksheet.report.SuperReport
escape, formatTime, formatTimeZero, getApplContext, getReport, getText, getWorkDayCount, init, isDayOff, printFilter, printTableBeg, printTableEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportB

public ReportB()
Method Detail

createUjoComparator

protected UjoComparator createUjoComparator()
Create Comparator

Overrides:
createUjoComparator in class ReportA

printDetail

public int printDetail(java.lang.StringBuilder sb)
                throws java.io.IOException
Print the result.

Overrides:
printDetail in class ReportA
Returns:
totalTime
Throws:
java.io.IOException


Copyright © 2007-2009 PPonec