Interface ProjectReportActivity


public interface ProjectReportActivity
An activity during a day where you worked for a specific time duration on a Project.
  • Method Details

    • getProject

      Project getProject()
      Returns:
      the Project of this activity.
    • getWorkingTime

      Duration getWorkingTime()
      Returns:
      the total duration of this activity.
    • getComments

      List<String> getComments()
      Returns:
      the comments for this activity.