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
,org.flowable.common.engine.impl.db.HasRevision
,org.flowable.common.engine.impl.persistence.entity.Entity
public class ConfigurationPropertyEntityImpl extends AbstractPlatformEngineEntity implements ConfigurationPropertyEntity
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected java.lang.String
lastUpdaterId
protected java.util.Date
lastUpdateTime
protected java.lang.String
name
protected java.lang.String
namespace
protected java.lang.String
tenantId
protected java.lang.String
textValue
-
Constructor Summary
Constructors Constructor Description ConfigurationPropertyEntityImpl()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
The description for the propertyjava.lang.String
getLastUpdaterId()
java.util.Date
getLastUpdateTime()
java.lang.String
getName()
The name of the propertyjava.lang.String
getNamespace()
The namespace of the property.java.lang.Object
getPersistentState()
java.lang.String
getTenantId()
The tenant for the property.java.lang.String
getTextValue()
void
setDescription(java.lang.String description)
void
setLastUpdaterId(java.lang.String lastUpdaterId)
void
setLastUpdateTime(java.util.Date lastUpdateTime)
void
setName(java.lang.String name)
void
setNamespace(java.lang.String namespace)
void
setTenantId(java.lang.String tenantId)
void
setTextValue(java.lang.String textValue)
java.lang.String
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
-
Field Details
-
lastUpdaterId
protected java.lang.String lastUpdaterId -
lastUpdateTime
protected java.util.Date lastUpdateTime -
namespace
protected java.lang.String namespace -
name
protected java.lang.String name -
description
protected java.lang.String description -
tenantId
protected java.lang.String tenantId -
textValue
protected java.lang.String textValue
-
-
Constructor Details
-
ConfigurationPropertyEntityImpl
public ConfigurationPropertyEntityImpl()
-
-
Method Details
-
getNamespace
public java.lang.String getNamespace()Description copied from interface:ConfigurationProperty
The namespace of the property.- Specified by:
getNamespace
in interfaceConfigurationProperty
-
setNamespace
public void setNamespace(java.lang.String namespace)- Specified by:
setNamespace
in interfaceConfigurationPropertyEntity
-
getName
public java.lang.String getName()Description copied from interface:ConfigurationProperty
The name of the property- Specified by:
getName
in interfaceConfigurationProperty
-
setName
public void setName(java.lang.String name)- Specified by:
setName
in interfaceConfigurationPropertyEntity
-
getDescription
public java.lang.String getDescription()Description copied from interface:ConfigurationProperty
The description for the property- Specified by:
getDescription
in interfaceConfigurationProperty
-
setDescription
public void setDescription(java.lang.String description)- Specified by:
setDescription
in interfaceConfigurationPropertyEntity
-
getTenantId
public java.lang.String getTenantId()Description copied from interface:ConfigurationProperty
The tenant for the property.- Specified by:
getTenantId
in interfaceConfigurationProperty
-
setTenantId
public void setTenantId(java.lang.String tenantId)- Specified by:
setTenantId
in interfaceConfigurationPropertyEntity
-
getLastUpdaterId
public java.lang.String getLastUpdaterId()- Specified by:
getLastUpdaterId
in interfaceConfigurationProperty
-
setLastUpdaterId
public void setLastUpdaterId(java.lang.String lastUpdaterId)- Specified by:
setLastUpdaterId
in interfaceConfigurationPropertyEntity
-
getLastUpdateTime
public java.util.Date getLastUpdateTime()- Specified by:
getLastUpdateTime
in interfaceConfigurationProperty
-
setLastUpdateTime
public void setLastUpdateTime(java.util.Date lastUpdateTime)- Specified by:
setLastUpdateTime
in interfaceConfigurationPropertyEntity
-
getTextValue
public java.lang.String getTextValue()- Specified by:
getTextValue
in interfaceConfigurationProperty
-
setTextValue
public void setTextValue(java.lang.String textValue)- Specified by:
setTextValue
in interfaceConfigurationPropertyEntity
-
getPersistentState
public java.lang.Object getPersistentState()- Specified by:
getPersistentState
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-