Class TaskMeterLogEntity

java.lang.Object
org.operaton.bpm.engine.impl.persistence.entity.TaskMeterLogEntity
All Implemented Interfaces:
DbEntity, HasDbReferences

public class TaskMeterLogEntity extends Object implements DbEntity, HasDbReferences
  • Field Details

    • id

      protected String id
    • timestamp

      protected Date timestamp
    • assigneeHash

      protected long assigneeHash
  • Constructor Details

    • TaskMeterLogEntity

      public TaskMeterLogEntity(String assignee, Date timestamp)
    • TaskMeterLogEntity

      public TaskMeterLogEntity()
  • Method Details

    • createHashAsLong

      protected long createHashAsLong(String assignee)
    • getId

      public String getId()
      Specified by:
      getId in interface DbEntity
    • setId

      public void setId(String id)
      Specified by:
      setId in interface DbEntity
    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getAssigneeHash

      public long getAssigneeHash()
    • setAssigneeHash

      public void setAssigneeHash(long assigneeHash)
    • getPersistentState

      public Object getPersistentState()
      Description copied from interface: DbEntity
      Returns 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:
      getPersistentState in interface DbEntity