Package com.flowable.platform.service
Class CommentInstanceRepresentation
- java.lang.Object
-
- com.flowable.platform.service.CommentInstanceRepresentation
-
public class CommentInstanceRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentInstanceRepresentation(Comment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
CommentInstanceRepresentation
public CommentInstanceRepresentation(Comment comment)
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getCreated
public Date getCreated()
-
setCreated
public void setCreated(Date created)
-
getUpdated
public Date getUpdated()
-
setUpdated
public void setUpdated(Date updated)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeDefinitionId)
-
getScopeType
public String getScopeType()
-
setScopeType
public void setScopeType(String scopeType)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
-