public class TaskMeterLogEntity extends Object implements DbEntity, HasDbReferences, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long |
assigneeHash |
protected String |
id |
protected Date |
timestamp |
| Constructor and Description |
|---|
TaskMeterLogEntity() |
TaskMeterLogEntity(String assignee,
Date timestamp) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
createHashAsLong(String assignee) |
long |
getAssigneeHash() |
String |
getId() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
Map<String,Class> |
getReferencedEntitiesIdAndClass()
Scope: IN-MEMORY references
|
Set<String> |
getReferencedEntityIds()
Scope: IN-MEMORY references
|
Date |
getTimestamp() |
void |
setAssigneeHash(long assigneeHash) |
void |
setId(String id) |
void |
setTimestamp(Date timestamp) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDependentEntitiesprotected String id
protected Date timestamp
protected long assigneeHash
protected long createHashAsLong(String assignee)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public long getAssigneeHash()
public void setAssigneeHash(long assigneeHash)
public Object getPersistentState()
DbEntitygetPersistentState in interface DbEntitypublic Set<String> getReferencedEntityIds()
HasDbReferencesScope: IN-MEMORY references
getReferencedEntityIds in interface HasDbReferencespublic Map<String,Class> getReferencedEntitiesIdAndClass()
HasDbReferencesScope: IN-MEMORY references
getReferencedEntitiesIdAndClass in interface HasDbReferencesCopyright © 2022. All rights reserved.