@StableMinor(version="9.0", sinceVersion="4.2") public class Report extends Object
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
ReportParameter |
addParameter()
Adds a parameter in this report.
|
String |
getDescription()
Returns the description for this report.
|
String |
getId()
Returns the identifier for this report.
|
String |
getName()
Returns the display name for this report.
|
Collection<ReportParameter> |
getParameters()
Returns an immutable view of the configuration parameters for the Report.
|
ReportType |
getReportType()
Returns the report type of this report.
|
void |
setDescription(String description)
Sets the description for this report.
|
void |
setName(String name)
Sets the display name for this report.
|
void |
setReportType(ReportType reportType)
Sets the report type of this report.
|
public String getId()
public String getName()
public void setName(String name)
the
- display name.public String getDescription()
public void setDescription(String description)
description
- the description.public ReportType getReportType()
public void setReportType(ReportType reportType)
reportType
- the report type.public Collection<ReportParameter> getParameters()
public ReportParameter addParameter()
Lumisportal 9.0.0.160603 - Copyright © 2006–2016 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.