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 |
referenceScopeDefinitionId |
protected String |
referenceScopeId |
protected String |
referenceScopeType |
protected String |
rootScopeDefinitionId |
protected String |
rootScopeType |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
HistoricEntityLinkEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime() |
String |
getHierarchyType() |
String |
getLinkType() |
Object |
getPersistentState() |
String |
getReferenceScopeDefinitionId() |
String |
getReferenceScopeId() |
String |
getReferenceScopeType() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
void |
setCreateTime(Date createTime) |
void |
setHierarchyType(String hierarchyType) |
void |
setLinkType(String linkType) |
void |
setReferenceScopeDefinitionId(String referenceScopeDefinitionId) |
void |
setReferenceScopeId(String referenceScopeId) |
void |
setReferenceScopeType(String referenceScopeType) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
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 scopeType
protected String scopeDefinitionId
protected String referenceScopeId
protected String referenceScopeType
protected String referenceScopeDefinitionId
protected String hierarchyType
protected String rootScopeType
protected String rootScopeDefinitionId
protected Date createTime
public Object getPersistentState()
getPersistentState in interface Entitypublic String getLinkType()
getLinkType in interface HistoricEntityLinkpublic void setLinkType(String linkType)
setLinkType in interface HistoricEntityLinkEntitypublic String getScopeId()
getScopeId in interface HistoricEntityLinkpublic void setScopeId(String scopeId)
setScopeId in interface HistoricEntityLinkEntitypublic String getScopeType()
getScopeType in interface HistoricEntityLinkpublic void setScopeType(String scopeType)
setScopeType in interface HistoricEntityLinkEntitypublic String getScopeDefinitionId()
getScopeDefinitionId in interface HistoricEntityLinkpublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface HistoricEntityLinkEntitypublic String getReferenceScopeId()
getReferenceScopeId in interface HistoricEntityLinkpublic void setReferenceScopeId(String referenceScopeId)
setReferenceScopeId in interface HistoricEntityLinkEntitypublic String getReferenceScopeType()
getReferenceScopeType in interface HistoricEntityLinkpublic void setReferenceScopeType(String referenceScopeType)
setReferenceScopeType in interface HistoricEntityLinkEntitypublic String getReferenceScopeDefinitionId()
getReferenceScopeDefinitionId in interface HistoricEntityLinkpublic void setReferenceScopeDefinitionId(String referenceScopeDefinitionId)
setReferenceScopeDefinitionId in interface HistoricEntityLinkEntitypublic Date getCreateTime()
getCreateTime in interface HistoricEntityLinkpublic void setCreateTime(Date createTime)
setCreateTime in interface HistoricEntityLinkEntitypublic String getHierarchyType()
getHierarchyType in interface HistoricEntityLinkpublic void setHierarchyType(String hierarchyType)
setHierarchyType in interface HistoricEntityLinkEntityCopyright © 2019 Flowable. All rights reserved.