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
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringlastUpdaterIdprotected DatelastUpdateTimeprotected Stringnameprotected Stringnamespaceprotected StringtenantIdprotected StringtextValue-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description ConfigurationPropertyEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()The description for the propertyStringgetLastUpdaterId()DategetLastUpdateTime()StringgetName()The name of the propertyStringgetNamespace()The namespace of the property.ObjectgetPersistentState()StringgetTenantId()The tenant for the property.StringgetTextValue()voidsetDescription(String description)voidsetLastUpdaterId(String lastUpdaterId)voidsetLastUpdateTime(Date lastUpdateTime)voidsetName(String name)voidsetNamespace(String namespace)voidsetTenantId(String tenantId)voidsetTextValue(String textValue)StringtoString()-
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
-
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
Description copied from interface:ConfigurationPropertyThe namespace of the property.- Specified by:
getNamespacein interfaceConfigurationProperty
-
setNamespace
public void setNamespace(String namespace)
- Specified by:
setNamespacein interfaceConfigurationPropertyEntity
-
getName
public String getName()
Description copied from interface:ConfigurationPropertyThe name of the property- Specified by:
getNamein interfaceConfigurationProperty
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceConfigurationPropertyEntity
-
getDescription
public String getDescription()
Description copied from interface:ConfigurationPropertyThe description for the property- Specified by:
getDescriptionin interfaceConfigurationProperty
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceConfigurationPropertyEntity
-
getTenantId
public String getTenantId()
Description copied from interface:ConfigurationPropertyThe tenant for the property.- Specified by:
getTenantIdin interfaceConfigurationProperty
-
setTenantId
public void setTenantId(String tenantId)
- Specified by:
setTenantIdin interfaceConfigurationPropertyEntity
-
getLastUpdaterId
public String getLastUpdaterId()
- Specified by:
getLastUpdaterIdin interfaceConfigurationProperty
-
setLastUpdaterId
public void setLastUpdaterId(String lastUpdaterId)
- Specified by:
setLastUpdaterIdin interfaceConfigurationPropertyEntity
-
getLastUpdateTime
public Date getLastUpdateTime()
- Specified by:
getLastUpdateTimein interfaceConfigurationProperty
-
setLastUpdateTime
public void setLastUpdateTime(Date lastUpdateTime)
- Specified by:
setLastUpdateTimein interfaceConfigurationPropertyEntity
-
getTextValue
public String getTextValue()
- Specified by:
getTextValuein interfaceConfigurationProperty
-
setTextValue
public void setTextValue(String textValue)
- Specified by:
setTextValuein interfaceConfigurationPropertyEntity
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
-