public abstract class AbstractEntityNoRevision extends Object implements Entity
Entity implementations.| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected boolean |
isDeleted |
protected boolean |
isInserted |
protected boolean |
isUpdated |
| Constructor and Description |
|---|
AbstractEntityNoRevision() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
boolean |
isDeleted() |
boolean |
isInserted() |
boolean |
isUpdated() |
void |
setDeleted(boolean isDeleted) |
void |
setId(String id) |
void |
setInserted(boolean isInserted) |
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
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 EntityCopyright © 2010–2018 Alfresco. All rights reserved.