public class ReportData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ReportData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppName()
Returns the name of the application that uses this report.
|
ReportInfo |
getReportInfo()
Returns the report information (including design and resources).
|
java.lang.String |
getReportName()
Returns the report name.
|
ReportParameterData |
getReportParameterData()
Returns the report parameter data used to run the report.
|
void |
setAppName(java.lang.String appName)
Sets the name of the application that uses this report.
|
void |
setReportInfo(ReportInfo reportInfo)
Sets the report information.
|
void |
setReportName(java.lang.String reportName)
Sets the report name.
|
void |
setReportParameterData(ReportParameterData reportParameterData)
Sets the report parameter data used to run the report.
|
public ReportInfo getReportInfo()
public void setReportInfo(ReportInfo reportInfo)
reportInfo - public java.lang.String getReportName()
public void setReportName(java.lang.String reportName)
reportName - public java.lang.String getAppName()
public void setAppName(java.lang.String appName)
appName - public ReportParameterData getReportParameterData()
public void setReportParameterData(ReportParameterData reportParameterData)
reportParameterData -