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