Class Epic


  • public class Epic
    extends Object
    • Constructor Detail

      • Epic

        public Epic()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • setIid

        public void setIid​(Integer iid)
      • getGroupId

        public Integer getGroupId()
      • setGroupId

        public void setGroupId​(Integer groupId)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • withTitle

        public Epic withTitle​(String title)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • withDescription

        public Epic withDescription​(String description)
      • getAuthor

        public Author getAuthor()
      • setAuthor

        public void setAuthor​(Author author)
      • withAuthor

        public Epic withAuthor​(Author author)
      • setLabels

        public void setLabels​(List<String> labels)
      • getStartDate

        public Date getStartDate()
      • setStartDate

        public void setStartDate​(Date startDate)
      • withStartDate

        public Epic withStartDate​(Date startDate)
      • getEndDate

        public Date getEndDate()
      • setEndDate

        public void setEndDate​(Date endDate)
      • withEndDate

        public Epic withEndDate​(Date endDate)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)