Class AgentDefinitionEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
com.flowable.agent.engine.impl.persistence.entity.AgentDefinitionEntityImpl
All Implemented Interfaces:
AgentDefinition, AgentDefinitionEntity, org.flowable.common.engine.api.repository.FlowableDefinition, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class AgentDefinitionEntityImpl extends AbstractAgentEngineEntity implements AgentDefinitionEntity
  • Field Details

    • key

      protected String key
    • version

      protected int version
    • deploymentId

      protected String deploymentId
    • name

      protected String name
    • description

      protected String description
    • resourceName

      protected String resourceName
    • type

      protected String type
    • tenantId

      protected String tenantId
    • apiEnabled

      protected boolean apiEnabled
  • Constructor Details

    • AgentDefinitionEntityImpl

      public AgentDefinitionEntityImpl()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface org.flowable.common.engine.api.repository.FlowableDefinition
    • setKey

      public void setKey(String key)
      Specified by:
      setKey in interface AgentDefinitionEntity
    • getName

      public String getName()
      Specified by:
      getName in interface org.flowable.common.engine.api.repository.FlowableDefinition
    • setName

      public void setName(String name)
      Specified by:
      setName in interface AgentDefinitionEntity
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface AgentDefinition
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface AgentDefinitionEntity
    • getVersion

      public int getVersion()
      Specified by:
      getVersion in interface org.flowable.common.engine.api.repository.FlowableDefinition
    • setVersion

      public void setVersion(int version)
      Specified by:
      setVersion in interface AgentDefinitionEntity
    • getDeploymentId

      public String getDeploymentId()
      Specified by:
      getDeploymentId in interface org.flowable.common.engine.api.repository.FlowableDefinition
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
      Specified by:
      setDeploymentId in interface AgentDefinitionEntity
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface org.flowable.common.engine.api.repository.FlowableDefinition
    • setTenantId

      public void setTenantId(String tenantId)
      Specified by:
      setTenantId in interface AgentDefinitionEntity
    • getResourceName

      public String getResourceName()
      Specified by:
      getResourceName in interface org.flowable.common.engine.api.repository.FlowableDefinition
    • setResourceName

      public void setResourceName(String resourceName)
      Specified by:
      setResourceName in interface AgentDefinitionEntity
    • getType

      public String getType()
      Specified by:
      getType in interface AgentDefinition
    • setType

      public void setType(String type)
      Specified by:
      setType in interface AgentDefinitionEntity
    • isApiEnabled

      public boolean isApiEnabled()
      Specified by:
      isApiEnabled in interface AgentDefinition
    • setApiEnabled

      public void setApiEnabled(boolean apiEnabled)
      Specified by:
      setApiEnabled in interface AgentDefinitionEntity
    • getPersistentState

      public Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • toString

      public String toString()
      Overrides:
      toString in class Object