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