public class CommentRepresentation extends AbstractRepresentation
| Constructor and Description |
|---|
CommentRepresentation() |
CommentRepresentation(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreated() |
String |
getCreatedBy() |
Long |
getId() |
String |
getMessage() |
void |
setCreated(Date created) |
void |
setCreatedBy(String createdBy) |
void |
setId(Long id) |
void |
setMessage(String message) |
public CommentRepresentation(Comment comment)
public CommentRepresentation()
public Long getId()
public void setId(Long 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 © 2017 Alfresco. All rights reserved.