org.apertereports.common.xml.config
Class ReportConfigRoot
java.lang.Object
org.apertereports.common.xml.config.ReportConfigRoot
public class ReportConfigRoot
- extends Object
Root element of all dashboard report preferences. Contains a list of report configs a dashboard displays.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reportConfigs
protected List<ReportConfig> reportConfigs
ReportConfigRoot
public ReportConfigRoot()
ReportConfigRoot
public ReportConfigRoot(List<ReportConfig> reportConfigs)
getReportConfigs
public List<ReportConfig> getReportConfigs()
setReportConfigs
public void setReportConfigs(List<ReportConfig> reportConfigs)
Copyright © 2011-2012. All Rights Reserved.