org.kuali.kfs.sys.report
Interface ReportInfo

All Known Implementing Classes:
ReportInfoHolder

public interface ReportInfo

Hold the basic information of a report, for example, the names and locations of the output report and the report template.


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.
 

Method Detail

getReportTitle

String getReportTitle()
Gets the reportTitle attribute.

Returns:
Returns the reportTitle.

getReportFileName

String getReportFileName()
Gets the reportFileName attribute.

Returns:
Returns the reportFileName.

getResourceBundleBaseName

String getResourceBundleBaseName()
Gets the resourceBundleBaseName attribute.

Returns:
Returns the resourceBundleBaseName.

getReportTemplateName

String getReportTemplateName()
Gets the reportTemplateName attribute.

Returns:
Returns the reportTemplateName.

getReportTemplateClassPath

String getReportTemplateClassPath()
Gets the reportTemplateClassPath attribute.

Returns:
Returns the reportTemplateClassPath.

getSubReportTemplateClassPath

String getSubReportTemplateClassPath()
Gets the subReportTemplateClassPath attribute.

Returns:
Returns the subReportTemplateClassPath.

getSubReports

Map<String,String> getSubReports()
Gets the subReports attribute.

Returns:
Returns the subReports.

getReportsDirectory

String getReportsDirectory()
Gets the reportsDirectory attribute.

Returns:
Returns the reportsDirectory.

getResourceBundle

ResourceBundle getResourceBundle()
get the resource bundle



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