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 IdmPropertyEntitypublic void setName(String name)
setName in interface IdmPropertyEntitypublic String getValue()
getValue in interface IdmPropertyEntitypublic void setValue(String value)
setValue in interface IdmPropertyEntitypublic String getId()
getId in interface EntitygetId in interface IdmPropertyEntitygetId in class AbstractEntitypublic Object getPersistentState()
getPersistentState in interface EntitygetPersistentState in interface IdmPropertyEntitypublic void setId(String id)
setId in interface EntitysetId in class AbstractEntityCopyright © 2021 Flowable. All rights reserved.