org.kuali.kfs.sys.report
Class ReportInfoHolder

java.lang.Object
  extended by org.kuali.kfs.sys.report.ReportInfoHolder
All Implemented Interfaces:
ReportInfo

public class ReportInfoHolder
extends Object
implements ReportInfo


Constructor Summary
ReportInfoHolder()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportInfoHolder

public ReportInfoHolder()
Method Detail

getReportFileName

public String getReportFileName()
Description copied from interface: ReportInfo
Gets the reportFileName attribute.

Specified by:
getReportFileName in interface ReportInfo
Returns:
Returns the reportFileName.
See Also:
ReportInfo.getReportFileName()

getReportsDirectory

public String getReportsDirectory()
Description copied from interface: ReportInfo
Gets the reportsDirectory attribute.

Specified by:
getReportsDirectory in interface ReportInfo
Returns:
Returns the reportsDirectory.
See Also:
ReportInfo.getReportsDirectory()

getReportTemplateClassPath

public String getReportTemplateClassPath()
Description copied from interface: ReportInfo
Gets the reportTemplateClassPath attribute.

Specified by:
getReportTemplateClassPath in interface ReportInfo
Returns:
Returns the reportTemplateClassPath.
See Also:
ReportInfo.getReportTemplateClassPath()

getReportTemplateName

public String getReportTemplateName()
Description copied from interface: ReportInfo
Gets the reportTemplateName attribute.

Specified by:
getReportTemplateName in interface ReportInfo
Returns:
Returns the reportTemplateName.
See Also:
ReportInfo.getReportTemplateName()

getReportTitle

public String getReportTitle()
Description copied from interface: ReportInfo
Gets the reportTitle attribute.

Specified by:
getReportTitle in interface ReportInfo
Returns:
Returns the reportTitle.
See Also:
ReportInfo.getReportTitle()

getResourceBundle

public ResourceBundle getResourceBundle()
Description copied from interface: ReportInfo
get the resource bundle

Specified by:
getResourceBundle in interface ReportInfo
See Also:
ReportInfo.getResourceBundle()

getResourceBundleBaseName

public String getResourceBundleBaseName()
Description copied from interface: ReportInfo
Gets the resourceBundleBaseName attribute.

Specified by:
getResourceBundleBaseName in interface ReportInfo
Returns:
Returns the resourceBundleBaseName.
See Also:
ReportInfo.getResourceBundleBaseName()

getSubReports

public Map<String,String> getSubReports()
Description copied from interface: ReportInfo
Gets the subReports attribute.

Specified by:
getSubReports in interface ReportInfo
Returns:
Returns the subReports.
See Also:
ReportInfo.getSubReports()

getSubReportTemplateClassPath

public String getSubReportTemplateClassPath()
Description copied from interface: ReportInfo
Gets the subReportTemplateClassPath attribute.

Specified by:
getSubReportTemplateClassPath in interface ReportInfo
Returns:
Returns the subReportTemplateClassPath.
See Also:
ReportInfo.getSubReportTemplateClassPath()

setReportFileName

public void setReportFileName(String reportFileName)
Sets the reportFilename attribute value.

Parameters:
reportFilename - The reportFilename to set.

setReportsDirectory

public void setReportsDirectory(String reportsDirectory)
Sets the reportsDirectory attribute value.

Parameters:
reportsDirectory - The reportsDirectory to set.

setReportTemplateClassPath

public void setReportTemplateClassPath(String reportTemplateClassPath)
Sets the reportTemplateClassPath attribute value.

Parameters:
reportTemplateClassPath - The reportTemplateClassPath to set.

setReportTemplateName

public void setReportTemplateName(String reportTemplateName)
Sets the reportTemplateName attribute value.

Parameters:
reportTemplateName - The reportTemplateName to set.

setReportTitle

public void setReportTitle(String reportTitle)
Sets the reportTitle attribute value.

Parameters:
reportTitle - The reportTitle to set.

setResourceBundleBaseName

public void setResourceBundleBaseName(String resourceBundleBaseName)
Sets the resourceBundleBaseName attribute value.

Parameters:
resourceBundleBaseName - The resourceBundleBaseName to set.

setSubReports

public void setSubReports(Map<String,String> subReports)
Sets the subReports attribute value.

Parameters:
subReports - The subReports to set.

setSubReportTemplateClassPath

public void setSubReportTemplateClassPath(String subReportTemplateClassPath)
Sets the subReportTemplateClassPath attribute value.

Parameters:
subReportTemplateClassPath - The subReportTemplateClassPath to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.