Interface ProjectReport
public interface ProjectReport
A monthly project report.
-
Method Details
-
getMonth
YearMonth getMonth()Get the year and month of this project report.- Returns:
- the year and month of this project report.
-
getDays
List<ProjectReportDay> getDays()Get the days in this project report.- Returns:
- the days in this project report.
-
getProjects
List<ProjectReportActivity> getProjects()Get the activities in this project report.- Returns:
- the activities in this project report.
-