public class CommentInstanceRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected Date |
created |
protected String |
id |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
updated |
protected String |
userId |
Constructor and Description |
---|
CommentInstanceRepresentation(Comment comment) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Date |
getCreated() |
String |
getId() |
String |
getScopeId() |
String |
getScopeType() |
Date |
getUpdated() |
String |
getUserId() |
void |
setContent(String content) |
void |
setCreated(Date created) |
void |
setId(String id) |
void |
setScopeId(String scopeDefinitionId) |
void |
setScopeType(String scopeType) |
void |
setUpdated(Date updated) |
void |
setUserId(String userId) |
protected String id
protected String content
protected Date created
protected Date updated
protected String scopeId
protected String scopeType
protected String userId
public CommentInstanceRepresentation(Comment comment)
public String getId()
public void setId(String id)
public String getContent()
public void setContent(String content)
public Date getCreated()
public void setCreated(Date created)
public Date getUpdated()
public void setUpdated(Date updated)
public String getScopeId()
public void setScopeId(String scopeDefinitionId)
public String getScopeType()
public void setScopeType(String scopeType)
public String getUserId()
public void setUserId(String userId)