Class 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 Detail

      • CommentInstanceImpl

        public CommentInstanceImpl​(String author,
                                   String comment,
                                   List<String> restrictedTo)
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
      • getCreatedAt

        public Date getCreatedAt()
        Specified by:
        getCreatedAt in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
      • getAuthor

        public String getAuthor()
        Specified by:
        getAuthor in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
      • getComment

        public String getComment()
        Specified by:
        getComment in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
      • setComment

        public void setComment​(String comment)
      • getRestrictedTo

        public List<String> getRestrictedTo()
        Specified by:
        getRestrictedTo in interface org.jbpm.casemgmt.api.model.instance.CommentInstance
      • setRestrictedTo

        public void setRestrictedTo​(List<String> restrictedTo)