public class ConsolidatedReportModel extends Object
| Modifier and Type | Field and Description |
|---|---|
private ConsolidatedItemInfo[] |
items |
private String |
reportSuffix |
private String |
title |
private boolean |
useTableOfContents |
| Constructor and Description |
|---|
ConsolidatedReportModel(ConsolidatedItemInfo[] itemsValue,
String reportSuffixValue,
String titleValue,
boolean useTableOfContentsValue) |
| Modifier and Type | Method and Description |
|---|---|
ConsolidatedItemInfo[] |
getItems() |
String |
getReportSuffix() |
String |
getTitle() |
boolean |
isUseTableOfContents() |
private ConsolidatedItemInfo[] items
private String reportSuffix
private String title
private boolean useTableOfContents
public ConsolidatedReportModel(ConsolidatedItemInfo[] itemsValue, String reportSuffixValue, String titleValue, boolean useTableOfContentsValue)
public ConsolidatedItemInfo[] getItems()
public String getTitle()
public String getReportSuffix()
public boolean isUseTableOfContents()
Copyright © 2013-2016. All Rights Reserved.