public class ReportData extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Dataset> |
datasets |
protected String |
title |
Constructor and Description |
---|
ReportData() |
Modifier and Type | Method and Description |
---|---|
void |
addDataset(Dataset dataset) |
List<Dataset> |
getDatasets() |
String |
getTitle() |
Dataset |
newDataset() |
void |
setDatasets(List<Dataset> datasets) |
void |
setTitle(String title) |
byte[] |
toBytes() |
String |
toString() |
Copyright © 2016 Alfresco. All rights reserved.