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
Modifier and TypeFieldDescriptionprotected String
protected String
protected Date
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe description for the propertygetName()
The name of the propertyThe namespace of the property.The tenant for the property.void
setDescription
(String description) void
setLastUpdaterId
(String lastUpdaterId) void
setLastUpdateTime
(Date lastUpdateTime) void
void
setNamespace
(String namespace) void
setTenantId
(String tenantId) void
setTextValue
(String textValue) toString()
Methods inherited from class com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.flowable.platform.api.configuration.ConfigurationProperty
getBooleanValue, getId, getIntValue, getLongValue, mapValue
Methods inherited from interface com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntity
setBooleanValue, setIntValue, setLongValue
Methods 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:ConfigurationProperty
The namespace of the property.- Specified by:
getNamespace
in interfaceConfigurationProperty
-
setNamespace
- Specified by:
setNamespace
in interfaceConfigurationPropertyEntity
-
getName
Description copied from interface:ConfigurationProperty
The name of the property- Specified by:
getName
in interfaceConfigurationProperty
-
setName
- Specified by:
setName
in interfaceConfigurationPropertyEntity
-
getDescription
Description copied from interface:ConfigurationProperty
The description for the property- Specified by:
getDescription
in interfaceConfigurationProperty
-
setDescription
- Specified by:
setDescription
in interfaceConfigurationPropertyEntity
-
getTenantId
Description copied from interface:ConfigurationProperty
The tenant for the property.- Specified by:
getTenantId
in interfaceConfigurationProperty
-
setTenantId
- Specified by:
setTenantId
in interfaceConfigurationPropertyEntity
-
getLastUpdaterId
- Specified by:
getLastUpdaterId
in interfaceConfigurationProperty
-
setLastUpdaterId
- Specified by:
setLastUpdaterId
in interfaceConfigurationPropertyEntity
-
getLastUpdateTime
- Specified by:
getLastUpdateTime
in interfaceConfigurationProperty
-
setLastUpdateTime
- Specified by:
setLastUpdateTime
in interfaceConfigurationPropertyEntity
-
getTextValue
- Specified by:
getTextValue
in interfaceConfigurationProperty
-
setTextValue
- Specified by:
setTextValue
in interfaceConfigurationPropertyEntity
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
toString
-