public class ReportRepository extends Object
Report objects.| Modifier and Type | Field and Description |
|---|---|
private List<Report> |
reports
The global state of the application.
|
| Constructor and Description |
|---|
ReportRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReports(List<Report> reports)
Add all reports to the
reports. |
List<Report> |
getReports() |
public ReportRepository()
public List<Report> getReports()
reports field value.public void addReports(List<Report> reports)
reports.reports - for appendingCopyright © 2023. All rights reserved.