Class MeterLogEntity
java.lang.Object
org.operaton.bpm.engine.impl.persistence.entity.MeterLogEntity
- All Implemented Interfaces:
DbEntity,HasDbReferences
- Author:
- Daniel Meyer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMeterLogEntity(String name, long value, Date timestamp) MeterLogEntity(String name, String reporter, long value, Date timestamp) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()Returns a representation of the object, as would be stored in the database.longgetValue()voidvoidsetMilliseconds(Long milliseconds) voidvoidsetReporter(String reporter) voidsetTimestamp(Date timestamp) voidsetValue(long value) 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
-
milliseconds
-
name
-
reporter
-
value
protected long value
-
-
Constructor Details
-
MeterLogEntity
-
MeterLogEntity
-
MeterLogEntity
public MeterLogEntity()
-
-
Method Details
-
getId
-
setId
-
getTimestamp
-
setTimestamp
-
getMilliseconds
-
setMilliseconds
-
getName
-
setName
-
getValue
public long getValue() -
setValue
public void setValue(long value) -
getReporter
-
setReporter
-
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
-