Class Announcement

    • Constructor Detail

      • Announcement

        public Announcement​(long id,
                            Long challengeId,
                            Long assignee,
                            String comment,
                            Long creator,
                            String createdDate,
                            Long activityId)
      • Announcement

        public Announcement()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getChallengeId

        public Long getChallengeId()
      • setChallengeId

        public void setChallengeId​(Long challengeId)
      • getAssignee

        public Long getAssignee()
      • setAssignee

        public void setAssignee​(Long assignee)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getCreator

        public Long getCreator()
      • setCreator

        public void setCreator​(Long creator)
      • getCreatedDate

        public String getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(String createdDate)
      • getActivityId

        public Long getActivityId()
      • setActivityId

        public void setActivityId​(Long activityId)