Class Note


  • public class Note
    extends Object
    • Constructor Detail

      • Note

        public Note()
    • Method Detail

      • setId

        public void setId​(Integer id)
      • getProjectId

        public Integer getProjectId()
      • setprojectId

        public void setprojectId​(Integer projectId)
      • getAuthor

        public User getAuthor()
      • setAuthor

        public void setAuthor​(User author)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getUpdatedAt

        public Date getUpdatedAt()
      • setUpdatedAt

        public void setUpdatedAt​(Date updatedAt)
      • getNote

        public String getNote()
      • setNote

        public void setNote​(String note)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object