public class ConsolidatedDataBean extends CommonDataBean
| Modifier and Type | Field and Description |
|---|---|
private int |
columns
Defines how many subsequent reports should appear in the same row of the report.
|
private Map<String,String> |
contents
Map containing the report text content.
|
private boolean |
useTableOfContents
Flag indicating whether table of contents should be generated.
|
| Constructor and Description |
|---|
ConsolidatedDataBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns() |
Map<String,String> |
getContents() |
boolean |
isUseTableOfContents() |
void |
setColumns(int columnsValue) |
void |
setContents(Map<String,String> contentsValue) |
void |
setUseTableOfContents(boolean useTableOfContentsValue) |
getPdfPageSize, getRefreshData, getTitle, setPdfPageSize, setRefreshData, setTitleprivate boolean useTableOfContents
private int columns
Copyright © 2013-2018. All Rights Reserved.