public class DocumentDefinitionEntityImpl extends AbstractContentEngineEntity implements DocumentDefinitionEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Date |
creationTime |
protected String |
deploymentId |
protected List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> |
identityLinks
The identity links for the document definition.
|
protected boolean |
identityLinksInitialized |
protected String |
key |
protected String |
name |
protected String |
resourceName |
protected String |
tenantId |
protected Date |
updateTime |
protected int |
version |
| Constructor and Description |
|---|
DocumentDefinitionEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Date |
getCreationTime()
Returns the creation timestamp of this data object.
|
String |
getDeploymentId() |
List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> |
getIdentityLinks() |
String |
getKey() |
String |
getName()
Returns the name of this action which is also used as the slash action name (e.g.
|
Object |
getPersistentState() |
List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> |
getQueryIdentityLinks()
Getter used by MyBatis when querying action definitions with identity links.
|
String |
getResourceName() |
String |
getTenantId() |
Date |
getUpdateTime()
Returns the timestamp of the last update of this data object, in most cases where events are immutable, this
timestamp is the same as the creation timestamp, but must never be
null. |
int |
getVersion() |
void |
setCategory(String category) |
void |
setCreationTime(Date creationTime) |
void |
setDeploymentId(String deploymentId) |
void |
setIdentityLinks(List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinks) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setQueryIdentityLinks(List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinks)
Setter used by MyBatis when querying action definitions with identity links.
|
void |
setResourceName(String resourceName) |
void |
setTenantId(String tenantId) |
void |
setUpdateTime(Date updateTime) |
void |
setVersion(int version) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdprotected String key
protected int version
protected String deploymentId
protected String tenantId
protected String name
protected String resourceName
protected String category
protected Date creationTime
protected Date updateTime
protected boolean identityLinksInitialized
protected List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinks
public String getKey()
getKey in interface DocumentDefinitionpublic void setKey(String key)
setKey in interface DocumentDefinitionEntitypublic int getVersion()
getVersion in interface DocumentDefinitionpublic void setVersion(int version)
setVersion in interface DocumentDefinitionEntitypublic String getDeploymentId()
getDeploymentId in interface DocumentDefinitionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface DocumentDefinitionEntitypublic String getTenantId()
getTenantId in interface DocumentDefinitionpublic void setTenantId(String tenantId)
setTenantId in interface DocumentDefinitionEntitypublic String getName()
DocumentDefinitiongetName in interface DocumentDefinitionpublic void setName(String name)
setName in interface DocumentDefinitionEntitypublic String getResourceName()
getResourceName in interface DocumentDefinitionpublic void setResourceName(String resourceName)
setResourceName in interface DocumentDefinitionEntitypublic String getCategory()
getCategory in interface DocumentDefinitionpublic void setCategory(String category)
setCategory in interface DocumentDefinitionEntitypublic Date getCreationTime()
DocumentDefinitiongetCreationTime in interface DocumentDefinitionpublic void setCreationTime(Date creationTime)
setCreationTime in interface DocumentDefinitionEntitypublic Date getUpdateTime()
DocumentDefinitionnull.getUpdateTime in interface DocumentDefinitionpublic void setUpdateTime(Date updateTime)
setUpdateTime in interface DocumentDefinitionEntitypublic List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> getIdentityLinks()
getIdentityLinks in interface DocumentDefinitionEntitypublic void setIdentityLinks(List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinks)
setIdentityLinks in interface DocumentDefinitionEntitypublic List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> getQueryIdentityLinks()
public void setQueryIdentityLinks(List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinks)
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.EntityCopyright © 2019. All rights reserved.