Class SHumanComment
- java.lang.Object
-
- org.bonitasoft.engine.core.process.comment.model.SComment
-
- org.bonitasoft.engine.core.process.comment.model.SHumanComment
-
- All Implemented Interfaces:
java.io.Serializable,PersistentObject
@Entity public class SHumanComment extends SComment
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.bonitasoft.engine.core.process.comment.model.SComment
CONTENT_KEY, ID_KEY, KIND_KEY, POSTDATE_KEY, PROCESSINSTANCEID_KEY, USERID_KEY
-
-
Constructor Summary
Constructors Constructor Description SHumanComment(long processInstanceId, java.lang.String content, java.lang.Long userId)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
-