Class ActionDefinitionLinkEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineNoRevisionEntity
com.flowable.action.engine.impl.persistence.entity.ActionDefinitionLinkEntityImpl
- All Implemented Interfaces:
ActionDefinitionLink, ActionDefinitionLinkEntity, org.flowable.common.engine.impl.persistence.entity.Entity
public class ActionDefinitionLinkEntityImpl
extends AbstractActionEngineNoRevisionEntity
implements ActionDefinitionLinkEntity
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentStateFields inherited from interface ActionDefinitionLink
TYPE_CHANNEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetActionDefinitionId(String actionDefinitionId) voidsetLinkValue(String linkValue) voidtoString()Methods inherited from class AbstractActionEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ActionDefinitionLink
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
actionDefinitionId
-
type
-
linkValue
-
-
Constructor Details
-
ActionDefinitionLinkEntityImpl
public ActionDefinitionLinkEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getActionDefinitionId
- Specified by:
getActionDefinitionIdin interfaceActionDefinitionLink
-
setActionDefinitionId
- Specified by:
setActionDefinitionIdin interfaceActionDefinitionLinkEntity
-
getType
- Specified by:
getTypein interfaceActionDefinitionLink
-
setType
- Specified by:
setTypein interfaceActionDefinitionLinkEntity
-
getLinkValue
- Specified by:
getLinkValuein interfaceActionDefinitionLink
-
setLinkValue
- Specified by:
setLinkValuein interfaceActionDefinitionLinkEntity
-
toString
-