public class ReportInfoHolder extends Object implements ReportInfo
| Constructor and Description |
|---|
ReportInfoHolder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReportFileName()
Gets the reportFileName attribute.
|
String |
getReportsDirectory()
Gets the reportsDirectory attribute.
|
String |
getReportTemplateClassPath()
Gets the reportTemplateClassPath attribute.
|
String |
getReportTemplateName()
Gets the reportTemplateName attribute.
|
String |
getReportTitle()
Gets the reportTitle attribute.
|
ResourceBundle |
getResourceBundle()
get the resource bundle
|
String |
getResourceBundleBaseName()
Gets the resourceBundleBaseName attribute.
|
Map<String,String> |
getSubReports()
Gets the subReports attribute.
|
String |
getSubReportTemplateClassPath()
Gets the subReportTemplateClassPath attribute.
|
void |
setReportFileName(String reportFileName)
Sets the reportFilename attribute value.
|
void |
setReportsDirectory(String reportsDirectory)
Sets the reportsDirectory attribute value.
|
void |
setReportTemplateClassPath(String reportTemplateClassPath)
Sets the reportTemplateClassPath attribute value.
|
void |
setReportTemplateName(String reportTemplateName)
Sets the reportTemplateName attribute value.
|
void |
setReportTitle(String reportTitle)
Sets the reportTitle attribute value.
|
void |
setResourceBundleBaseName(String resourceBundleBaseName)
Sets the resourceBundleBaseName attribute value.
|
void |
setSubReports(Map<String,String> subReports)
Sets the subReports attribute value.
|
void |
setSubReportTemplateClassPath(String subReportTemplateClassPath)
Sets the subReportTemplateClassPath attribute value.
|
public ReportInfoHolder()
public String getReportFileName()
ReportInfogetReportFileName in interface ReportInfoReportInfo.getReportFileName()public String getReportsDirectory()
ReportInfogetReportsDirectory in interface ReportInfoReportInfo.getReportsDirectory()public String getReportTemplateClassPath()
ReportInfogetReportTemplateClassPath in interface ReportInfoReportInfo.getReportTemplateClassPath()public String getReportTemplateName()
ReportInfogetReportTemplateName in interface ReportInfoReportInfo.getReportTemplateName()public String getReportTitle()
ReportInfogetReportTitle in interface ReportInfoReportInfo.getReportTitle()public ResourceBundle getResourceBundle()
ReportInfogetResourceBundle in interface ReportInfoReportInfo.getResourceBundle()public String getResourceBundleBaseName()
ReportInfogetResourceBundleBaseName in interface ReportInfoReportInfo.getResourceBundleBaseName()public Map<String,String> getSubReports()
ReportInfogetSubReports in interface ReportInfoReportInfo.getSubReports()public String getSubReportTemplateClassPath()
ReportInfogetSubReportTemplateClassPath in interface ReportInfoReportInfo.getSubReportTemplateClassPath()public void setReportFileName(String reportFileName)
reportFilename - The reportFilename to set.public void setReportsDirectory(String reportsDirectory)
reportsDirectory - The reportsDirectory to set.public void setReportTemplateClassPath(String reportTemplateClassPath)
reportTemplateClassPath - The reportTemplateClassPath to set.public void setReportTemplateName(String reportTemplateName)
reportTemplateName - The reportTemplateName to set.public void setReportTitle(String reportTitle)
reportTitle - The reportTitle to set.public void setResourceBundleBaseName(String resourceBundleBaseName)
resourceBundleBaseName - The resourceBundleBaseName to set.public void setSubReports(Map<String,String> subReports)
subReports - The subReports to set.public void setSubReportTemplateClassPath(String subReportTemplateClassPath)
subReportTemplateClassPath - The subReportTemplateClassPath to set.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.