Class ServiceDefinitionEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.serviceregistry.engine.impl.persistence.entity.AbstractServiceEngineEntity
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceDefinitionEntityImpl
All Implemented Interfaces:
ServiceDefinition, ServiceDefinitionEntity, org.flowable.common.engine.api.repository.FlowableDefinition, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class ServiceDefinitionEntityImpl extends AbstractServiceEngineEntity implements ServiceDefinitionEntity
  • Field Details

    • key

      protected String key
    • name

      protected String name
    • type

      protected String type
    • version

      protected int version
    • deploymentId

      protected String deploymentId
    • referenceKey

      protected String referenceKey
    • resourceName

      protected String resourceName
    • tenantId

      protected String tenantId
  • Constructor Details

    • ServiceDefinitionEntityImpl

      public ServiceDefinitionEntityImpl()
  • Method Details

    • getPersistentState

      public Object getPersistentState()
      Specified by:
      getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entity
    • 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 ServiceDefinitionEntity
    • 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 ServiceDefinitionEntity
    • getType

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

      public void setType(String type)
      Specified by:
      setType in interface ServiceDefinitionEntity
    • 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 ServiceDefinitionEntity
    • 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 ServiceDefinitionEntity
    • getReferenceKey

      public String getReferenceKey()
      Specified by:
      getReferenceKey in interface ServiceDefinition
    • setReferenceKey

      public void setReferenceKey(String referenceKey)
      Specified by:
      setReferenceKey in interface ServiceDefinitionEntity
    • 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 ServiceDefinitionEntity
    • 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 ServiceDefinitionEntity