Interface ProjectReportDay


public interface ProjectReportDay
The projects worked on during a single day of the ProjectReport including date and activities.
  • Method Details

    • getDate

      LocalDate getDate()
      Returns:
      the date of this day.
    • getType

      DayType getType()
      Returns:
      the DayType of this day.
    • getComment

      String getComment()
      Returns:
      the comment of this day.
    • getProjects

      List<ProjectReportActivity> getProjects()
      Returns:
      the project activities of this day.