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,org.flowable.common.engine.api.repository.FlowableDefinition,org.flowable.common.engine.impl.persistence.entity.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 componentdescription of this custom componentgetKey()getName()intvoidsetComponentVersion(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 org.flowable.common.engine.api.repository.FlowableDefinition
getIdMethods inherited from interface com.flowable.core.form.api.FormCustomComponentDefinition
getResourceName
-
Field Details
-
name
-
description
-
key
-
version
protected int version -
deploymentId
-
componentVersion
-
tenantId
-
-
Constructor Details
-
FormCustomComponentDefinitionEntityImpl
public FormCustomComponentDefinitionEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getKey
- Specified by:
getKeyin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setKey
- Specified by:
setKeyin interfaceFormCustomComponentDefinitionEntity
-
getName
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
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
- Specified by:
getDeploymentIdin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceFormCustomComponentDefinitionEntity
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
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
- Specified by:
getTenantIdin interfaceorg.flowable.common.engine.api.repository.FlowableDefinition
-
setTenantId
- Specified by:
setTenantIdin interfaceFormCustomComponentDefinitionEntity
-
toString
-