public class EntityLinkEntityImpl extends AbstractEntityLinkServiceNoRevisionEntity implements EntityLinkEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createTime |
protected String |
hierarchyType |
protected String |
linkType |
protected String |
parentElementId |
protected String |
referenceScopeDefinitionId |
protected String |
referenceScopeId |
protected String |
referenceScopeType |
protected String |
rootScopeId |
protected String |
rootScopeType |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
EntityLinkEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String linkType
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected String parentElementId
protected String referenceScopeId
protected String referenceScopeType
protected String referenceScopeDefinitionId
protected String rootScopeId
protected String rootScopeType
protected String hierarchyType
protected Date createTime
public Object getPersistentState()
getPersistentState in interface Entitypublic String getLinkType()
getLinkType in interface EntityLinkInfopublic void setLinkType(String linkType)
setLinkType in interface EntityLinkEntitypublic String getScopeId()
getScopeId in interface EntityLinkInfopublic void setScopeId(String scopeId)
setScopeId in interface EntityLinkEntitypublic String getSubScopeId()
getSubScopeId in interface EntityLinkInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface EntityLinkEntitypublic String getScopeType()
getScopeType in interface EntityLinkInfopublic void setScopeType(String scopeType)
setScopeType in interface EntityLinkEntitypublic String getScopeDefinitionId()
getScopeDefinitionId in interface EntityLinkInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface EntityLinkEntitypublic String getParentElementId()
getParentElementId in interface EntityLinkInfopublic void setParentElementId(String parentElementId)
setParentElementId in interface EntityLinkEntitypublic String getReferenceScopeId()
getReferenceScopeId in interface EntityLinkInfopublic void setReferenceScopeId(String referenceScopeId)
setReferenceScopeId in interface EntityLinkEntitypublic String getReferenceScopeType()
getReferenceScopeType in interface EntityLinkInfopublic void setReferenceScopeType(String referenceScopeType)
setReferenceScopeType in interface EntityLinkEntitypublic String getReferenceScopeDefinitionId()
getReferenceScopeDefinitionId in interface EntityLinkInfopublic void setReferenceScopeDefinitionId(String referenceScopeDefinitionId)
setReferenceScopeDefinitionId in interface EntityLinkEntitypublic String getRootScopeId()
getRootScopeId in interface EntityLinkInfopublic void setRootScopeId(String rootScopeId)
setRootScopeId in interface EntityLinkEntitypublic String getRootScopeType()
getRootScopeType in interface EntityLinkInfopublic void setRootScopeType(String rootScopeType)
setRootScopeType in interface EntityLinkEntitypublic Date getCreateTime()
getCreateTime in interface EntityLinkInfopublic void setCreateTime(Date createTime)
setCreateTime in interface EntityLinkEntitypublic String getHierarchyType()
getHierarchyType in interface EntityLinkInfopublic void setHierarchyType(String hierarchyType)
setHierarchyType in interface EntityLinkEntityCopyright © 2020 Flowable. All rights reserved.