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
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
Fields inherited from interface com.flowable.action.api.repository.ActionDefinitionLink
TYPE_CHANNEL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setActionDefinitionId
(String actionDefinitionId) void
setLinkValue
(String linkValue) void
toString()
Methods inherited from class com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineNoRevisionEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.flowable.action.api.repository.ActionDefinitionLink
getId
Methods 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:
getPersistentState
in interfaceEntity
-
getActionDefinitionId
- Specified by:
getActionDefinitionId
in interfaceActionDefinitionLink
-
setActionDefinitionId
- Specified by:
setActionDefinitionId
in interfaceActionDefinitionLinkEntity
-
getType
- Specified by:
getType
in interfaceActionDefinitionLink
-
setType
- Specified by:
setType
in interfaceActionDefinitionLinkEntity
-
getLinkValue
- Specified by:
getLinkValue
in interfaceActionDefinitionLink
-
setLinkValue
- Specified by:
setLinkValue
in interfaceActionDefinitionLinkEntity
-
toString
-