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
,Entity
,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 interfaceEntity
-
getKey
- Specified by:
getKey
in interfaceFormDefinition
-
setKey
- Specified by:
setKey
in interfaceFormDefinitionEntity
-
getName
- Specified by:
getName
in interfaceFormDefinition
-
setName
- Specified by:
setName
in interfaceFormDefinitionEntity
-
setDescription
- Specified by:
setDescription
in interfaceFormDefinitionEntity
-
getDescription
- Specified by:
getDescription
in interfaceFormDefinition
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceFormDefinition
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceFormDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersion
in interfaceFormDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersion
in interfaceFormDefinitionEntity
-
getResourceName
- Specified by:
getResourceName
in interfaceFormDefinition
-
setResourceName
- Specified by:
setResourceName
in interfaceFormDefinitionEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceFormDefinition
-
setTenantId
- Specified by:
setTenantId
in interfaceFormDefinitionEntity
-
getCategory
- Specified by:
getCategory
in interfaceFormDefinition
-
setCategory
- Specified by:
setCategory
in interfaceFormDefinitionEntity
-
toString
-