public class PropertyEntityImpl extends AbstractBpmnEngineEntity implements PropertyEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
PropertyEntityImpl() |
| 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 PropertyEntitypublic void setName(String name)
setName in interface PropertyEntitypublic String getValue()
getValue in interface PropertyEntitypublic void setValue(String value)
setValue in interface PropertyEntitypublic String getId()
getId in interface EntitygetId in interface PropertyEntitygetId in class AbstractEntitypublic Object getPersistentState()
getPersistentState in interface EntitygetPersistentState in interface PropertyEntitypublic void setId(String id)
setId in interface EntitysetId in class AbstractEntityCopyright © 2018 Flowable. All rights reserved.