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() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetBooleanValue, setIntValue, setLongValuegetBooleanValue, getId, getIntValue, getLongValue, mapValuegetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String lastUpdaterId
protected Date lastUpdateTime
protected String namespace
protected String name
protected String description
protected String tenantId
protected String textValue
public String getNamespace()
ConfigurationPropertygetNamespace in interface ConfigurationPropertypublic void setNamespace(String namespace)
setNamespace in interface ConfigurationPropertyEntitypublic String getName()
ConfigurationPropertygetName in interface ConfigurationPropertypublic void setName(String name)
setName in interface ConfigurationPropertyEntitypublic String getDescription()
ConfigurationPropertygetDescription in interface ConfigurationPropertypublic void setDescription(String description)
setDescription in interface ConfigurationPropertyEntitypublic String getTenantId()
ConfigurationPropertygetTenantId in interface ConfigurationPropertypublic void setTenantId(String tenantId)
setTenantId in interface ConfigurationPropertyEntitypublic String getLastUpdaterId()
getLastUpdaterId in interface ConfigurationPropertypublic void setLastUpdaterId(String lastUpdaterId)
setLastUpdaterId in interface ConfigurationPropertyEntitypublic Date getLastUpdateTime()
getLastUpdateTime in interface ConfigurationPropertypublic void setLastUpdateTime(Date lastUpdateTime)
setLastUpdateTime in interface ConfigurationPropertyEntitypublic String getTextValue()
getTextValue in interface ConfigurationPropertypublic void setTextValue(String textValue)
setTextValue in interface ConfigurationPropertyEntitypublic Object getPersistentState()
getPersistentState in interface Entity