Class CommentView


  • public class CommentView
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected UserView author  
      protected java.util.Date creationDate  
      protected java.util.Date date  
      protected java.lang.String id  
      protected java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      CommentView()  
      CommentView​(com.xebialabs.xlrelease.domain.Comment comment, UserView author)  
    • Field Detail

      • id

        protected java.lang.String id
      • text

        protected java.lang.String text
      • date

        protected java.util.Date date
      • creationDate

        protected java.util.Date creationDate
    • Constructor Detail

      • CommentView

        public CommentView()
      • CommentView

        public CommentView​(com.xebialabs.xlrelease.domain.Comment comment,
                           UserView author)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String text)
      • getDate

        public java.util.Date getDate()
      • getCreationDate

        public java.util.Date getCreationDate()
      • getAuthor

        public UserView getAuthor()