Class AbstractEntityNoRevision
java.lang.Object
org.flowable.engine.impl.persistence.entity.AbstractEntityNoRevision
- All Implemented Interfaces:
Entity
Abstract superclass for the common properties of all
Entity implementations.- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanbooleanbooleanvoidsetDeleted(boolean isDeleted) voidvoidsetInserted(boolean isInserted) voidsetUpdated(boolean isUpdated) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getIdPrefix, getOriginalPersistentState, getPersistentState, setOriginalPersistentState
-
Field Details
-
id
-
isInserted
protected boolean isInserted -
isUpdated
protected boolean isUpdated -
isDeleted
protected boolean isDeleted
-
-
Constructor Details
-
AbstractEntityNoRevision
public AbstractEntityNoRevision()
-
-
Method Details
-
getId
-
setId
-
isInserted
public boolean isInserted()- Specified by:
isInsertedin interfaceEntity
-
setInserted
public void setInserted(boolean isInserted) - Specified by:
setInsertedin interfaceEntity
-
isUpdated
public boolean isUpdated() -
setUpdated
public void setUpdated(boolean isUpdated) - Specified by:
setUpdatedin interfaceEntity
-
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean isDeleted) - Specified by:
setDeletedin interfaceEntity
-