199200201202203204205206207
/** * @return the broker for report */ public ReportBroker getReportBroker() { if (this.reportBroker == null) { this.reportBroker = new ReportBrokerDB(); } return this.reportBroker; }