Package com.xebialabs.xlrelease.views
Class CommentView
- java.lang.Object
-
- com.xebialabs.xlrelease.views.CommentView
-
public class CommentView extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommentView()CommentView(com.xebialabs.xlrelease.domain.Comment comment, UserView author)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserViewgetAuthor()java.util.DategetCreationDate()java.util.DategetDate()java.lang.StringgetId()java.lang.StringgetText()voidsetText(java.lang.String text)
-
-
-
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
-
author
protected UserView author
-
-
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()
-
-