Class PlatformCommentEntityImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntity
-
- com.flowable.platform.engine.impl.persistence.entity.PlatformCommentEntityImpl
-
- All Implemented Interfaces:
Comment
,CommentEntity
,HasRevision
,Entity
public class PlatformCommentEntityImpl extends AbstractEntity implements CommentEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected String
content
protected Date
creationTime
protected String
scopeId
protected String
scopeType
protected Date
updateTime
protected String
userId
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description PlatformCommentEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Date
getCreationTime()
String
getIdPrefix()
Object
getPersistentState()
String
getScopeId()
String
getScopeType()
Date
getUpdateTime()
String
getUserId()
void
setContent(String content)
void
setCreationTime(Date creationTime)
void
setScopeId(String scopeId)
void
setScopeType(String scopeType)
void
setUpdateTime(Date updateTime)
void
setUserId(String userId)
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-
-
-
Method Detail
-
getIdPrefix
public String getIdPrefix()
- Specified by:
getIdPrefix
in interfaceEntity
-
getContent
public String getContent()
- Specified by:
getContent
in interfaceComment
-
setContent
public void setContent(String content)
- Specified by:
setContent
in interfaceCommentEntity
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTime
in interfaceComment
-
setCreationTime
public void setCreationTime(Date creationTime)
- Specified by:
setCreationTime
in interfaceCommentEntity
-
getUpdateTime
public Date getUpdateTime()
- Specified by:
getUpdateTime
in interfaceComment
-
setUpdateTime
public void setUpdateTime(Date updateTime)
- Specified by:
setUpdateTime
in interfaceCommentEntity
-
setUserId
public void setUserId(String userId)
- Specified by:
setUserId
in interfaceCommentEntity
-
getScopeId
public String getScopeId()
- Specified by:
getScopeId
in interfaceComment
-
setScopeId
public void setScopeId(String scopeId)
- Specified by:
setScopeId
in interfaceCommentEntity
-
getScopeType
public String getScopeType()
- Specified by:
getScopeType
in interfaceComment
-
setScopeType
public void setScopeType(String scopeType)
- Specified by:
setScopeType
in interfaceCommentEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentState
in interfaceEntity
-
-