Class ConfigurationPropertyEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntityImpl
- All Implemented Interfaces:
ConfigurationProperty,ConfigurationPropertyEntity,HasRevision,Entity
public class ConfigurationPropertyEntityImpl
extends AbstractPlatformEngineEntity
implements ConfigurationPropertyEntity
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe description for the propertygetName()The name of the propertyThe namespace of the property.The tenant for the property.voidsetDescription(String description) voidsetLastUpdaterId(String lastUpdaterId) voidsetLastUpdateTime(Date lastUpdateTime) voidvoidsetNamespace(String namespace) voidsetTenantId(String tenantId) voidsetTextValue(String textValue) toString()Methods inherited from class com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.flowable.platform.api.configuration.ConfigurationProperty
getBooleanValue, getId, getIntValue, getLongValue, mapValueMethods inherited from interface com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntity
setBooleanValue, setIntValue, setLongValueMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
lastUpdaterId
-
lastUpdateTime
-
namespace
-
name
-
description
-
tenantId
-
textValue
-
-
Constructor Details
-
ConfigurationPropertyEntityImpl
public ConfigurationPropertyEntityImpl()
-
-
Method Details
-
getNamespace
Description copied from interface:ConfigurationPropertyThe namespace of the property.- Specified by:
getNamespacein interfaceConfigurationProperty
-
setNamespace
- Specified by:
setNamespacein interfaceConfigurationPropertyEntity
-
getName
Description copied from interface:ConfigurationPropertyThe name of the property- Specified by:
getNamein interfaceConfigurationProperty
-
setName
- Specified by:
setNamein interfaceConfigurationPropertyEntity
-
getDescription
Description copied from interface:ConfigurationPropertyThe description for the property- Specified by:
getDescriptionin interfaceConfigurationProperty
-
setDescription
- Specified by:
setDescriptionin interfaceConfigurationPropertyEntity
-
getTenantId
Description copied from interface:ConfigurationPropertyThe tenant for the property.- Specified by:
getTenantIdin interfaceConfigurationProperty
-
setTenantId
- Specified by:
setTenantIdin interfaceConfigurationPropertyEntity
-
getLastUpdaterId
- Specified by:
getLastUpdaterIdin interfaceConfigurationProperty
-
setLastUpdaterId
- Specified by:
setLastUpdaterIdin interfaceConfigurationPropertyEntity
-
getLastUpdateTime
- Specified by:
getLastUpdateTimein interfaceConfigurationProperty
-
setLastUpdateTime
- Specified by:
setLastUpdateTimein interfaceConfigurationPropertyEntity
-
getTextValue
- Specified by:
getTextValuein interfaceConfigurationProperty
-
setTextValue
- Specified by:
setTextValuein interfaceConfigurationPropertyEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
toString
-