|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.report.Report
@StableMinor(version="6.2", sinceVersion="4.2") public class Report
Holds configuration information of a Report.
Constructor Summary | |
---|---|
Report()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Report()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |