Class SSystemComment
- java.lang.Object
-
- org.bonitasoft.engine.core.process.comment.model.SComment
-
- org.bonitasoft.engine.core.process.comment.model.SSystemComment
-
- All Implemented Interfaces:
java.io.Serializable,PersistentObject
@Entity public class SSystemComment 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 SSystemComment(long processInstanceId, java.lang.String content)
-
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
-
-