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()
ReportInfo
getReportFileName
in interface ReportInfo
ReportInfo.getReportFileName()
public String getReportsDirectory()
ReportInfo
getReportsDirectory
in interface ReportInfo
ReportInfo.getReportsDirectory()
public String getReportTemplateClassPath()
ReportInfo
getReportTemplateClassPath
in interface ReportInfo
ReportInfo.getReportTemplateClassPath()
public String getReportTemplateName()
ReportInfo
getReportTemplateName
in interface ReportInfo
ReportInfo.getReportTemplateName()
public String getReportTitle()
ReportInfo
getReportTitle
in interface ReportInfo
ReportInfo.getReportTitle()
public ResourceBundle getResourceBundle()
ReportInfo
getResourceBundle
in interface ReportInfo
ReportInfo.getResourceBundle()
public String getResourceBundleBaseName()
ReportInfo
getResourceBundleBaseName
in interface ReportInfo
ReportInfo.getResourceBundleBaseName()
public Map<String,String> getSubReports()
ReportInfo
getSubReports
in interface ReportInfo
ReportInfo.getSubReports()
public String getSubReportTemplateClassPath()
ReportInfo
getSubReportTemplateClassPath
in interface ReportInfo
ReportInfo.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–2015 The Kuali Foundation. All rights reserved.