Class Comment


  • public class Comment
    extends Object
    • Constructor Detail

      • Comment

        public Comment()
    • Method Detail

      • getAuthor

        public Author getAuthor()
      • setAuthor

        public void setAuthor​(Author author)
      • getCreatedAt

        public Date getCreatedAt()
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getLine

        public Integer getLine()
      • setLine

        public void setLine​(Integer line)
      • getNote

        public String getNote()
      • setNote

        public void setNote​(String note)