Class TaskMeterLogEntity
java.lang.Object
org.operaton.bpm.engine.impl.persistence.entity.TaskMeterLogEntity
- All Implemented Interfaces:
DbEntity,HasDbReferences
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected longcreateHashAsLong(String assignee) longgetId()Returns a representation of the object, as would be stored in the database.voidsetAssigneeHash(long assigneeHash) voidvoidsetTimestamp(Date timestamp) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.engine.impl.db.HasDbReferences
getDependentEntities, getReferencedEntitiesIdAndClass, getReferencedEntityIds
-
Field Details
-
id
-
timestamp
-
assigneeHash
protected long assigneeHash
-
-
Constructor Details
-
TaskMeterLogEntity
-
TaskMeterLogEntity
public TaskMeterLogEntity()
-
-
Method Details
-
createHashAsLong
-
getId
-
setId
-
getTimestamp
-
setTimestamp
-
getAssigneeHash
public long getAssigneeHash() -
setAssigneeHash
public void setAssigneeHash(long assigneeHash) -
getPersistentState
Description copied from interface:DbEntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceDbEntity
-