Class CommentView

java.lang.Object
com.xebialabs.xlrelease.views.CommentView

public class CommentView extends Object
  • Field Details

    • id

      protected String id
    • text

      protected String text
    • date

      protected Date date
    • creationDate

      protected Date creationDate
    • author

      protected UserView author
  • Constructor Details

    • CommentView

      public CommentView()
    • CommentView

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

    • getId

      public String getId()
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getDate

      public Date getDate()
    • getCreationDate

      public Date getCreationDate()
    • getAuthor

      public UserView getAuthor()