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 String
protected boolean
protected boolean
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
boolean
boolean
void
setDeleted
(boolean isDeleted) void
void
setInserted
(boolean isInserted) void
setUpdated
(boolean isUpdated) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
isInserted
in interfaceEntity
-
setInserted
public void setInserted(boolean isInserted) - Specified by:
setInserted
in interfaceEntity
-
isUpdated
public boolean isUpdated() -
setUpdated
public void setUpdated(boolean isUpdated) - Specified by:
setUpdated
in interfaceEntity
-
isDeleted
public boolean isDeleted() -
setDeleted
public void setDeleted(boolean isDeleted) - Specified by:
setDeleted
in interfaceEntity
-