public class ConfigurationPropertyEntityImpl extends AbstractPlatformEngineEntity implements ConfigurationPropertyEntity
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
lastUpdaterId |
protected Date |
lastUpdateTime |
protected String |
name |
protected String |
namespace |
protected String |
tenantId |
protected String |
textValue |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Constructor and Description |
---|
ConfigurationPropertyEntityImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description for the property
|
String |
getLastUpdaterId() |
Date |
getLastUpdateTime() |
String |
getName()
The name of the property
|
String |
getNamespace()
The namespace of the property.
|
Object |
getPersistentState() |
String |
getTenantId()
The tenant for the property.
|
String |
getTextValue() |
void |
setDescription(String description) |
void |
setLastUpdaterId(String lastUpdaterId) |
void |
setLastUpdateTime(Date lastUpdateTime) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setTenantId(String tenantId) |
void |
setTextValue(String textValue) |
String |
toString() |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setBooleanValue, setIntValue, setLongValue
getBooleanValue, getId, getIntValue, getLongValue, mapValue
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
protected String lastUpdaterId
protected Date lastUpdateTime
protected String namespace
protected String name
protected String description
protected String tenantId
protected String textValue
public String getNamespace()
ConfigurationProperty
getNamespace
in interface ConfigurationProperty
public void setNamespace(String namespace)
setNamespace
in interface ConfigurationPropertyEntity
public String getName()
ConfigurationProperty
getName
in interface ConfigurationProperty
public void setName(String name)
setName
in interface ConfigurationPropertyEntity
public String getDescription()
ConfigurationProperty
getDescription
in interface ConfigurationProperty
public void setDescription(String description)
setDescription
in interface ConfigurationPropertyEntity
public String getTenantId()
ConfigurationProperty
getTenantId
in interface ConfigurationProperty
public void setTenantId(String tenantId)
setTenantId
in interface ConfigurationPropertyEntity
public String getLastUpdaterId()
getLastUpdaterId
in interface ConfigurationProperty
public void setLastUpdaterId(String lastUpdaterId)
setLastUpdaterId
in interface ConfigurationPropertyEntity
public Date getLastUpdateTime()
getLastUpdateTime
in interface ConfigurationProperty
public void setLastUpdateTime(Date lastUpdateTime)
setLastUpdateTime
in interface ConfigurationPropertyEntity
public String getTextValue()
getTextValue
in interface ConfigurationProperty
public void setTextValue(String textValue)
setTextValue
in interface ConfigurationPropertyEntity
public Object getPersistentState()
getPersistentState
in interface Entity