public class PropertyEntityImpl extends AbstractEntity 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 |
getIdPrefix() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getValue() |
void |
setId(String id) |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionpublic String getIdPrefix()
getIdPrefix in interface Entitypublic 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()
EntitygetPersistentState in interface EntitygetPersistentState in interface PropertyEntitypublic void setId(String id)
setId in interface EntitysetId in class AbstractEntityCopyright © 2021 Flowable. All rights reserved.