public class HistoricEntityLinkEntityImpl extends AbstractEntityLinkServiceNoRevisionEntity implements HistoricEntityLinkEntity, 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 |
|---|
HistoricEntityLinkEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime()
The create time for the entity link
|
String |
getHierarchyType()
Returns the hierarchy type for the entity link e.g.
|
String |
getLinkType()
Returns the type of link.
|
String |
getParentElementId()
The parent element id for the originating entity
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getReferenceScopeDefinitionId()
A scope definition id for the referenced entity
|
String |
getReferenceScopeId()
Returns the scope id of the referenced entity
|
String |
getReferenceScopeType()
The scope type associated with the referenced entity
|
String |
getRootScopeId()
Returns the root scope id of the referenced entity
|
String |
getRootScopeType()
The scope type associated with the referenced entity
|
String |
getScopeDefinitionId()
A scope definition id for the originating entity
|
String |
getScopeId()
Returns the scope id of the originating entity
|
String |
getScopeType()
The scope type associated with the originating entity
|
String |
getSubScopeId()
Returns the sub scope id of the originating entity
|
void |
setCreateTime(Date createTime) |
void |
setHierarchyType(String hierarchyType) |
void |
setLinkType(String linkType) |
void |
setParentElementId(String parentElementId) |
void |
setReferenceScopeDefinitionId(String referenceScopeDefinitionId) |
void |
setReferenceScopeId(String referenceScopeId) |
void |
setReferenceScopeType(String referenceScopeType) |
void |
setRootScopeId(String rootScopeId) |
void |
setRootScopeType(String rootScopeType) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
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 hierarchyType
protected String rootScopeId
protected String rootScopeType
protected Date createTime
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getLinkType()
EntityLinkInfogetLinkType in interface EntityLinkInfopublic void setLinkType(String linkType)
setLinkType in interface HistoricEntityLinkEntitypublic String getScopeId()
EntityLinkInfogetScopeId in interface EntityLinkInfopublic void setScopeId(String scopeId)
setScopeId in interface HistoricEntityLinkEntitypublic String getSubScopeId()
EntityLinkInfogetSubScopeId in interface EntityLinkInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface HistoricEntityLinkEntitypublic String getScopeType()
EntityLinkInfogetScopeType in interface EntityLinkInfopublic void setScopeType(String scopeType)
setScopeType in interface HistoricEntityLinkEntitypublic String getScopeDefinitionId()
EntityLinkInfogetScopeDefinitionId in interface EntityLinkInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface HistoricEntityLinkEntitypublic String getParentElementId()
EntityLinkInfogetParentElementId in interface EntityLinkInfopublic void setParentElementId(String parentElementId)
setParentElementId in interface HistoricEntityLinkEntitypublic String getReferenceScopeId()
EntityLinkInfogetReferenceScopeId in interface EntityLinkInfopublic void setReferenceScopeId(String referenceScopeId)
setReferenceScopeId in interface HistoricEntityLinkEntitypublic String getReferenceScopeType()
EntityLinkInfogetReferenceScopeType in interface EntityLinkInfopublic void setReferenceScopeType(String referenceScopeType)
setReferenceScopeType in interface HistoricEntityLinkEntitypublic String getReferenceScopeDefinitionId()
EntityLinkInfogetReferenceScopeDefinitionId in interface EntityLinkInfopublic void setReferenceScopeDefinitionId(String referenceScopeDefinitionId)
setReferenceScopeDefinitionId in interface HistoricEntityLinkEntitypublic String getRootScopeId()
EntityLinkInfogetRootScopeId in interface EntityLinkInfopublic void setRootScopeId(String rootScopeId)
setRootScopeId in interface HistoricEntityLinkEntitypublic String getRootScopeType()
EntityLinkInfogetRootScopeType in interface EntityLinkInfopublic void setRootScopeType(String rootScopeType)
setRootScopeType in interface HistoricEntityLinkEntitypublic Date getCreateTime()
EntityLinkInfogetCreateTime in interface EntityLinkInfopublic void setCreateTime(Date createTime)
setCreateTime in interface HistoricEntityLinkEntitypublic String getHierarchyType()
EntityLinkInfogetHierarchyType in interface EntityLinkInfopublic void setHierarchyType(String hierarchyType)
setHierarchyType in interface HistoricEntityLinkEntityCopyright © 2023 Flowable. All rights reserved.