Interface ProjectReport
-
public interface ProjectReportA monthly project report.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ProjectReportDay>getDays()java.time.YearMonthgetMonth()
-
-
-
Method Detail
-
getMonth
java.time.YearMonth getMonth()
-
getDays
java.util.List<ProjectReportDay> getDays()
-
-