public class ActionDefinitionLinkEntityImpl extends AbstractActionEngineNoRevisionEntity implements ActionDefinitionLinkEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
protected String |
linkValue |
protected String |
type |
id, isDeleted, isInserted, isUpdated, originalPersistentStateTYPE_CHANNEL| Constructor and Description |
|---|
ActionDefinitionLinkEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionDefinitionId() |
String |
getLinkValue() |
Object |
getPersistentState() |
String |
getType() |
void |
setActionDefinitionId(String actionDefinitionId) |
void |
setLinkValue(String linkValue) |
void |
setType(String type) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdprotected String actionDefinitionId
protected String type
protected String linkValue
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getActionDefinitionId()
getActionDefinitionId in interface ActionDefinitionLinkpublic void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId in interface ActionDefinitionLinkEntitypublic String getType()
getType in interface ActionDefinitionLinkpublic void setType(String type)
setType in interface ActionDefinitionLinkEntitypublic String getLinkValue()
getLinkValue in interface ActionDefinitionLinkpublic void setLinkValue(String linkValue)
setLinkValue in interface ActionDefinitionLinkEntityCopyright © 2019. All rights reserved.