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()
      Get the Project of this activity.
      Returns:
      the Project of this activity.
    • getWorkingTime

      Duration getWorkingTime()
      Get the working time used for for activity.
      Returns:
      the working time used for for activity.
    • getComments

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