public class ReportLine extends Object
ReportLineItem objects and the number of all tasks of this ReportLine.| Modifier and Type | Field and Description |
|---|---|
protected List<ReportLineItem> |
lineItems |
protected int |
totalNumberOfTasks |
| Constructor and Description |
|---|
ReportLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNumberOfTasks(MonitorQueryItem item)
Adds the number of tasks of the
MonitorQueryItem to the respective ReportLineItem. |
void |
create(List<ReportLineItemDefinition> reportLineItemDefinitions)
Creates a list of
ReportLineItems for this ReportLine by using the list of
ReportLineItemDefinitions. |
List<ReportLineItem> |
getLineItems() |
int |
getTotalNumberOfTasks() |
void |
setLineItems(List<ReportLineItem> lineItems) |
void |
setTotalNumberOfTasks(int totalNumberOfTasks) |
protected List<ReportLineItem> lineItems
protected int totalNumberOfTasks
public List<ReportLineItem> getLineItems()
public void setLineItems(List<ReportLineItem> lineItems)
public int getTotalNumberOfTasks()
public void setTotalNumberOfTasks(int totalNumberOfTasks)
public void create(List<ReportLineItemDefinition> reportLineItemDefinitions)
ReportLineItems for this ReportLine by using the list of
ReportLineItemDefinitions.reportLineItemDefinitions - a list of ReportLineItemDefinitions that specify the subdivision into different cluster of
ages.public void addNumberOfTasks(MonitorQueryItem item)
MonitorQueryItem to the respective ReportLineItem.item - a MonitorQueryItem that contains the number of tasks and the age in days of these tasks.Copyright © 2018. All rights reserved.