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() |
getIdPrefix
getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
public String getName()
getName
in interface IdmProperty
public void setName(String name)
setName
in interface IdmPropertyEntity
public String getValue()
getValue
in interface IdmProperty
public void setValue(String value)
setValue
in interface IdmPropertyEntity
public String getId()
getId
in interface IdmProperty
getId
in interface Entity
getId
in class AbstractEntity
public Object getPersistentState()
getPersistentState
in interface IdmPropertyEntity
getPersistentState
in interface Entity
public void setId(String id)
setId
in interface Entity
setId
in class AbstractEntity