Interface ActivityData


  • public interface ActivityData
    Model for a project activity on a given day including project id, duration and comment.
    • Method Detail

      • getProjectId

        java.lang.String getProjectId()
      • setProjectId

        void setProjectId​(java.lang.String id)
      • getDuration

        java.time.Duration getDuration()
      • isRemainder

        boolean isRemainder()
      • setDuration

        void setDuration​(java.time.Duration duration)
      • getComment

        java.lang.String getComment()
      • setComment

        void setComment​(java.lang.String comment)