Class FormDefinitionEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
com.flowable.form.engine.impl.persistence.entity.FormDefinitionEntityImpl
All Implemented Interfaces:
FormDefinitionEntity, Serializable, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.form.api.FormDefinition

public class FormDefinitionEntityImpl extends AbstractFormEngineNoRevisionEntity implements FormDefinitionEntity, Serializable
Author:
Joram Barrez, Tijs Rademakers
See Also:
  • Field Details

    • name

      protected String name
    • description

      protected String description
    • key

      protected String key
    • version

      protected int version
    • category

      protected String category
    • deploymentId

      protected String deploymentId
    • resourceName

      protected String resourceName
    • tenantId

      protected String tenantId
  • Constructor Details

    • FormDefinitionEntityImpl

      public FormDefinitionEntityImpl()
  • 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.form.api.FormDefinition
    • setKey

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

      public String getName()
      Specified by:
      getName in interface org.flowable.form.api.FormDefinition
    • setName

      public void setName(String name)
      Specified by:
      setName in interface FormDefinitionEntity
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface FormDefinitionEntity
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.flowable.form.api.FormDefinition
    • getDeploymentId

      public String getDeploymentId()
      Specified by:
      getDeploymentId in interface org.flowable.form.api.FormDefinition
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
      Specified by:
      setDeploymentId in interface FormDefinitionEntity
    • getVersion

      public int getVersion()
      Specified by:
      getVersion in interface org.flowable.form.api.FormDefinition
    • setVersion

      public void setVersion(int version)
      Specified by:
      setVersion in interface FormDefinitionEntity
    • getResourceName

      public String getResourceName()
      Specified by:
      getResourceName in interface org.flowable.form.api.FormDefinition
    • setResourceName

      public void setResourceName(String resourceName)
      Specified by:
      setResourceName in interface FormDefinitionEntity
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface org.flowable.form.api.FormDefinition
    • setTenantId

      public void setTenantId(String tenantId)
      Specified by:
      setTenantId in interface FormDefinitionEntity
    • getCategory

      public String getCategory()
      Specified by:
      getCategory in interface org.flowable.form.api.FormDefinition
    • setCategory

      public void setCategory(String category)
      Specified by:
      setCategory in interface FormDefinitionEntity
    • toString

      public String toString()
      Overrides:
      toString in class Object