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,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 com.flowable.action.api.repository.ActionDefinitionLink
TYPE_CHANNEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetActionDefinitionId(String actionDefinitionId) voidsetLinkValue(String linkValue) voidtoString()Methods inherited from class com.flowable.action.engine.impl.persistence.entity.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.flowable.action.api.repository.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 interfaceEntity
-
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
-