Class CommentInstanceImpl
- java.lang.Object
-
- org.jbpm.casemgmt.impl.model.instance.CommentInstanceImpl
-
- All Implemented Interfaces:
Serializable,org.jbpm.casemgmt.api.model.instance.CommentInstance
public class CommentInstanceImpl extends Object implements org.jbpm.casemgmt.api.model.instance.CommentInstance
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentInstanceImpl(String author, String comment, List<String> restrictedTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()StringgetComment()DategetCreatedAt()StringgetId()List<String>getRestrictedTo()voidsetComment(String comment)voidsetRestrictedTo(List<String> restrictedTo)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.jbpm.casemgmt.api.model.instance.CommentInstance
-
getCreatedAt
public Date getCreatedAt()
- Specified by:
getCreatedAtin interfaceorg.jbpm.casemgmt.api.model.instance.CommentInstance
-
getAuthor
public String getAuthor()
- Specified by:
getAuthorin interfaceorg.jbpm.casemgmt.api.model.instance.CommentInstance
-
getComment
public String getComment()
- Specified by:
getCommentin interfaceorg.jbpm.casemgmt.api.model.instance.CommentInstance
-
setComment
public void setComment(String comment)
-
getRestrictedTo
public List<String> getRestrictedTo()
- Specified by:
getRestrictedToin interfaceorg.jbpm.casemgmt.api.model.instance.CommentInstance
-
-