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 Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected intFields 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()intvoidsetCategory(String category) voidsetDeploymentId(String deploymentId) voidsetDescription(String description) voidvoidvoidsetResourceName(String resourceName) voidsetTenantId(String tenantId) voidsetVersion(int version) toString()Methods inherited from class com.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods 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:
getPersistentStatein interfaceEntity
-
getKey
- Specified by:
getKeyin interfaceFormDefinition
-
setKey
- Specified by:
setKeyin interfaceFormDefinitionEntity
-
getName
- Specified by:
getNamein interfaceFormDefinition
-
setName
- Specified by:
setNamein interfaceFormDefinitionEntity
-
setDescription
- Specified by:
setDescriptionin interfaceFormDefinitionEntity
-
getDescription
- Specified by:
getDescriptionin interfaceFormDefinition
-
getDeploymentId
- Specified by:
getDeploymentIdin interfaceFormDefinition
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceFormDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceFormDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersionin interfaceFormDefinitionEntity
-
getResourceName
- Specified by:
getResourceNamein interfaceFormDefinition
-
setResourceName
- Specified by:
setResourceNamein interfaceFormDefinitionEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceFormDefinition
-
setTenantId
- Specified by:
setTenantIdin interfaceFormDefinitionEntity
-
getCategory
- Specified by:
getCategoryin interfaceFormDefinition
-
setCategory
- Specified by:
setCategoryin interfaceFormDefinitionEntity
-
toString
-