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 Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected int
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getName()
int
void
setCategory
(String category) void
setDeploymentId
(String deploymentId) void
setDescription
(String description) void
void
void
setResourceName
(String resourceName) void
setTenantId
(String tenantId) void
setVersion
(int version) toString()
Methods inherited from class com.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
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 org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.form.api.FormDefinition
getId
-
Field Details
-
name
-
description
-
key
-
version
protected int version -
category
-
deploymentId
-
resourceName
-
tenantId
-
-
Constructor Details
-
FormDefinitionEntityImpl
public FormDefinitionEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentState
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getKey
- Specified by:
getKey
in interfaceorg.flowable.form.api.FormDefinition
-
setKey
- Specified by:
setKey
in interfaceFormDefinitionEntity
-
getName
- Specified by:
getName
in interfaceorg.flowable.form.api.FormDefinition
-
setName
- Specified by:
setName
in interfaceFormDefinitionEntity
-
setDescription
- Specified by:
setDescription
in interfaceFormDefinitionEntity
-
getDescription
- Specified by:
getDescription
in interfaceorg.flowable.form.api.FormDefinition
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceorg.flowable.form.api.FormDefinition
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceFormDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersion
in interfaceorg.flowable.form.api.FormDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersion
in interfaceFormDefinitionEntity
-
getResourceName
- Specified by:
getResourceName
in interfaceorg.flowable.form.api.FormDefinition
-
setResourceName
- Specified by:
setResourceName
in interfaceFormDefinitionEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceorg.flowable.form.api.FormDefinition
-
setTenantId
- Specified by:
setTenantId
in interfaceFormDefinitionEntity
-
getCategory
- Specified by:
getCategory
in interfaceorg.flowable.form.api.FormDefinition
-
setCategory
- Specified by:
setCategory
in interfaceFormDefinitionEntity
-
toString
-