| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected boolean |
isDeleted |
protected boolean |
isInserted |
protected boolean |
isUpdated |
protected Object |
originalPersistentState |
| Constructor and Description |
|---|
AbstractEntityNoRevision() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Object |
getOriginalPersistentState() |
boolean |
isDeleted() |
boolean |
isInserted() |
boolean |
isUpdated() |
void |
setDeleted(boolean isDeleted) |
void |
setId(String id) |
void |
setInserted(boolean isInserted) |
void |
setOriginalPersistentState(Object persistentState) |
void |
setUpdated(boolean isUpdated) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPersistentStateprotected String id
protected boolean isInserted
protected boolean isUpdated
protected boolean isDeleted
protected Object originalPersistentState
public boolean isInserted()
isInserted in interface Entitypublic void setInserted(boolean isInserted)
setInserted in interface Entitypublic void setUpdated(boolean isUpdated)
setUpdated in interface Entitypublic void setDeleted(boolean isDeleted)
setDeleted in interface Entitypublic Object getOriginalPersistentState()
getOriginalPersistentState in interface Entitypublic void setOriginalPersistentState(Object persistentState)
setOriginalPersistentState in interface EntityCopyright © 2017 Flowable. All rights reserved.