public class ServerReportTemplateSaved extends Object
| Constructor and Description |
|---|
ServerReportTemplateSaved(ClientReportTemplateSaved clientReport,
List<org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> listConvertedColumn)
Instantiates a new server report template saved.
|
| Modifier and Type | Method and Description |
|---|---|
ClientReportTemplateSaved |
getClientReport()
Gets the client report.
|
List<org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> |
getListConvertedColumn()
Gets the list converted column.
|
org.gcube.data.analysis.tabulardata.commons.templates.model.Template |
getTemplate()
Gets the template.
|
void |
setClientReport(ClientReportTemplateSaved clientReport)
Sets the client report.
|
void |
setListConvertedColumn(List<org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> listConvertedColumn)
Sets the list converted column.
|
void |
setTemplate(org.gcube.data.analysis.tabulardata.commons.templates.model.Template template)
Sets the template.
|
String |
toString() |
public ServerReportTemplateSaved(ClientReportTemplateSaved clientReport, List<org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> listConvertedColumn)
clientReport - the client reportlistConvertedColumn - the list converted columnpublic ClientReportTemplateSaved getClientReport()
public List<org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> getListConvertedColumn()
public void setClientReport(ClientReportTemplateSaved clientReport)
clientReport - the new client reportpublic void setListConvertedColumn(List<org.gcube.data.analysis.tabulardata.commons.templates.model.columns.TemplateColumn<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType>> listConvertedColumn)
listConvertedColumn - the new list converted columnpublic org.gcube.data.analysis.tabulardata.commons.templates.model.Template getTemplate()
public void setTemplate(org.gcube.data.analysis.tabulardata.commons.templates.model.Template template)
template - the template to setCopyright © 2017. All Rights Reserved.