public class ReportLine extends Object
ReportLineItem objects and a totalCount that represents the
count of all tasks.| Constructor and Description |
|---|
ReportLine() |
| Modifier and Type | Method and Description |
|---|---|
List<ReportLineItem> |
getLineItems() |
String |
getName() |
int |
getTotalCount() |
void |
setLineItems(List<ReportLineItem> lineItems) |
void |
setName(String name) |
void |
setTotalCount(int totalCount) |
public String getName()
public void setName(String name)
public List<ReportLineItem> getLineItems()
public void setLineItems(List<ReportLineItem> lineItems)
public int getTotalCount()
public void setTotalCount(int totalCount)
Copyright © 2018. All rights reserved.