org.camunda.bpm.engine.impl.persistence.entity
Class MeterLogEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
- All Implemented Interfaces:
- Serializable, DbEntity
public class MeterLogEntity
- extends Object
- implements DbEntity, Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
timestamp
protected Date timestamp
name
protected String name
value
protected long value
MeterLogEntity
public MeterLogEntity(String name,
long value,
Date timestamp)
MeterLogEntity
public MeterLogEntity()
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)
getName
public String getName()
setName
public void setName(String name)
getValue
public long getValue()
setValue
public void setValue(long value)
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
Copyright © 2015 camunda services GmbH. All rights reserved.