getReports method

List<AbstractReport> getReports()

Implementation

List<AbstractReport> getReports() {
  return defaultReports;
}