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() |
| 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 rootScopeId
protected String rootScopeType
protected String hierarchyType
protected Date createTime
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic String getLinkType()
EntityLinkInfogetLinkType in interface EntityLinkInfopublic void setLinkType(String linkType)
setLinkType in interface EntityLinkEntitypublic String getScopeId()
EntityLinkInfogetScopeId in interface EntityLinkInfopublic void setScopeId(String scopeId)
setScopeId in interface EntityLinkEntitypublic String getSubScopeId()
EntityLinkInfogetSubScopeId in interface EntityLinkInfopublic void setSubScopeId(String subScopeId)
setSubScopeId in interface EntityLinkEntitypublic String getScopeType()
EntityLinkInfogetScopeType in interface EntityLinkInfopublic void setScopeType(String scopeType)
setScopeType in interface EntityLinkEntitypublic String getScopeDefinitionId()
EntityLinkInfogetScopeDefinitionId in interface EntityLinkInfopublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface EntityLinkEntitypublic String getParentElementId()
EntityLinkInfogetParentElementId in interface EntityLinkInfopublic void setParentElementId(String parentElementId)
setParentElementId in interface EntityLinkEntitypublic String getReferenceScopeId()
EntityLinkInfogetReferenceScopeId in interface EntityLinkInfopublic void setReferenceScopeId(String referenceScopeId)
setReferenceScopeId in interface EntityLinkEntitypublic String getReferenceScopeType()
EntityLinkInfogetReferenceScopeType in interface EntityLinkInfopublic void setReferenceScopeType(String referenceScopeType)
setReferenceScopeType in interface EntityLinkEntitypublic String getReferenceScopeDefinitionId()
EntityLinkInfogetReferenceScopeDefinitionId in interface EntityLinkInfopublic void setReferenceScopeDefinitionId(String referenceScopeDefinitionId)
setReferenceScopeDefinitionId in interface EntityLinkEntitypublic String getRootScopeId()
EntityLinkInfogetRootScopeId in interface EntityLinkInfopublic void setRootScopeId(String rootScopeId)
setRootScopeId in interface EntityLinkEntitypublic String getRootScopeType()
EntityLinkInfogetRootScopeType in interface EntityLinkInfopublic void setRootScopeType(String rootScopeType)
setRootScopeType in interface EntityLinkEntitypublic Date getCreateTime()
EntityLinkInfogetCreateTime in interface EntityLinkInfopublic void setCreateTime(Date createTime)
setCreateTime in interface EntityLinkEntitypublic String getHierarchyType()
EntityLinkInfogetHierarchyType in interface EntityLinkInfopublic void setHierarchyType(String hierarchyType)
setHierarchyType in interface EntityLinkEntityCopyright © 2023 Flowable. All rights reserved.