public class CommentRepresentation extends AbstractRepresentation
| Constructor and Description |
|---|
CommentRepresentation() |
CommentRepresentation(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getCreatedBy() |
String |
getId() |
String |
getMessage() |
void |
setCreated(Date created) |
void |
setCreatedBy(String createdBy) |
void |
setId(String id) |
void |
setMessage(String message) |
public CommentRepresentation(Comment comment)
public CommentRepresentation()
public String getId()
public void setId(String id)
public Date getCreated()
public void setCreated(Date created)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getMessage()
public void setMessage(String message)
Copyright © 2021 Flowable. All rights reserved.