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, wait
getDependentEntities
protected 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()
DbEntity
getPersistentState
in interface DbEntity
public Set<String> getReferencedEntityIds()
HasDbReferences
Scope: IN-MEMORY references
getReferencedEntityIds
in interface HasDbReferences
public Map<String,Class> getReferencedEntitiesIdAndClass()
HasDbReferences
Scope: IN-MEMORY references
getReferencedEntitiesIdAndClass
in interface HasDbReferences
Copyright © 2022. All rights reserved.