Class CommentRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.task.model.runtime.CommentRepresentation
-
public class CommentRepresentation extends AbstractRepresentation
-
-
Constructor Summary
Constructors Constructor Description CommentRepresentation()CommentRepresentation(Comment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreated()StringgetCreatedBy()StringgetId()StringgetMessage()voidsetCreated(Date created)voidsetCreatedBy(String createdBy)voidsetId(String id)voidsetMessage(String message)
-
-
-
Constructor Detail
-
CommentRepresentation
public CommentRepresentation(Comment comment)
-
CommentRepresentation
public CommentRepresentation()
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getCreated
public Date getCreated()
-
setCreated
public void setCreated(Date created)
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
-