public class IdmPropertyEntityImpl extends AbstractIdmEngineEntity implements IdmPropertyEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
IdmPropertyEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
Object |
getPersistentState() |
String |
getValue() |
void |
setId(String id) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
getIdPrefixgetOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionpublic String getName()
getName in interface IdmPropertypublic void setName(String name)
setName in interface IdmPropertyEntitypublic String getValue()
getValue in interface IdmPropertypublic void setValue(String value)
setValue in interface IdmPropertyEntitypublic String getId()
getId in interface IdmPropertygetId in interface EntitygetId in class AbstractEntitypublic Object getPersistentState()
getPersistentState in interface IdmPropertyEntitygetPersistentState in interface Entitypublic void setId(String id)
setId in interface EntitysetId in class AbstractEntity