public class Report extends Object
ReportLine objects. The detailLines are the rows of the table
that contains the total number of all tasks and could be optionally subdivided into different sections. The sumLine
contains the sums of all tasks and if the detailLines are subdivided into different sections the sumLine also
contains the number of tasks of the respective section.| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateSumLine() |
Map<String,ReportLine> |
getDetailLines() |
ReportLine |
getSumLine() |
void |
setDetailLines(Map<String,ReportLine> detailLines) |
void |
setSumLine(ReportLine sumLine) |
public Map<String,ReportLine> getDetailLines()
public void setDetailLines(Map<String,ReportLine> detailLines)
public ReportLine getSumLine()
public void setSumLine(ReportLine sumLine)
public void generateSumLine()
Copyright © 2018. All rights reserved.