Class FormCustomComponentDefinitionEntityImpl
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.FormCustomComponentDefinitionEntityImpl
- All Implemented Interfaces:
FormCustomComponentDefinition,FormCustomComponentDefinitionEntity,Serializable,Entity
public class FormCustomComponentDefinitionEntityImpl
extends AbstractFormEngineNoRevisionEntity
implements FormCustomComponentDefinitionEntity, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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 TypeMethodDescriptionthe developer defined version of this custom componentThe deployment in which this custom component is contained.description of this custom componentgetKey()unique name for all versions this custom componentgetName()label used for display purposesThe tenant identifier of this custom componentintversion of this custom componentvoidsetComponentVersion(String componentVersion) voidsetDeploymentId(String deploymentId) voidsetDescription(String description) voidvoidvoidsetTenantId(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 com.flowable.core.form.api.FormCustomComponentDefinition
getId
-
Field Details
-
name
-
description
-
key
-
version
protected int version -
deploymentId
-
componentVersion
-
tenantId
-
-
Constructor Details
-
FormCustomComponentDefinitionEntityImpl
public FormCustomComponentDefinitionEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getKey
Description copied from interface:FormCustomComponentDefinitionunique name for all versions this custom component- Specified by:
getKeyin interfaceFormCustomComponentDefinition
-
setKey
- Specified by:
setKeyin interfaceFormCustomComponentDefinitionEntity
-
getName
Description copied from interface:FormCustomComponentDefinitionlabel used for display purposes- Specified by:
getNamein interfaceFormCustomComponentDefinition
-
setName
- Specified by:
setNamein interfaceFormCustomComponentDefinitionEntity
-
setDescription
- Specified by:
setDescriptionin interfaceFormCustomComponentDefinitionEntity
-
getDescription
Description copied from interface:FormCustomComponentDefinitiondescription of this custom component- Specified by:
getDescriptionin interfaceFormCustomComponentDefinition
-
getDeploymentId
Description copied from interface:FormCustomComponentDefinitionThe deployment in which this custom component is contained.- Specified by:
getDeploymentIdin interfaceFormCustomComponentDefinition
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceFormCustomComponentDefinitionEntity
-
getVersion
public int getVersion()Description copied from interface:FormCustomComponentDefinitionversion of this custom component- Specified by:
getVersionin interfaceFormCustomComponentDefinition
-
setVersion
public void setVersion(int version) - Specified by:
setVersionin interfaceFormCustomComponentDefinitionEntity
-
getComponentVersion
Description copied from interface:FormCustomComponentDefinitionthe developer defined version of this custom component- Specified by:
getComponentVersionin interfaceFormCustomComponentDefinition
-
setComponentVersion
- Specified by:
setComponentVersionin interfaceFormCustomComponentDefinitionEntity
-
getTenantId
Description copied from interface:FormCustomComponentDefinitionThe tenant identifier of this custom component- Specified by:
getTenantIdin interfaceFormCustomComponentDefinition
-
setTenantId
- Specified by:
setTenantIdin interfaceFormCustomComponentDefinitionEntity
-
toString
-