public class EventLogEntryEntityImpl extends Object implements EventLogEntryEntity
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected String |
executionId |
protected int |
isProcessed |
protected String |
lockOwner |
protected String |
lockTime |
protected long |
logNumber |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
taskId |
protected Date |
timeStamp |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
EventLogEntryEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
String |
getExecutionId() |
String |
getId() |
String |
getLockOwner() |
String |
getLockTime() |
long |
getLogNumber() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getProcessDefinitionId() |
int |
getProcessed() |
String |
getProcessInstanceId() |
String |
getTaskId() |
Date |
getTimeStamp() |
String |
getType() |
String |
getUserId() |
void |
setData(byte[] data) |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setLockOwner(String lockOwner) |
void |
setLockTime(String lockTime) |
void |
setLogNumber(long logNumber) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessed(int isProcessed) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setTaskId(String taskId) |
void |
setTimeStamp(Date timeStamp) |
void |
setType(String type) |
void |
setUserId(String userId) |
String |
toString() |
protected long logNumber
protected String type
protected String processDefinitionId
protected String processInstanceId
protected String executionId
protected String taskId
protected Date timeStamp
protected String userId
protected byte[] data
protected String lockOwner
protected String lockTime
protected int isProcessed
public Object getPersistentState()
EntitygetPersistentState in interface Entitypublic long getLogNumber()
getLogNumber in interface EventLogEntrypublic void setLogNumber(long logNumber)
setLogNumber in interface EventLogEntryEntitypublic String getType()
getType in interface EventLogEntrypublic void setType(String type)
setType in interface EventLogEntryEntitypublic String getProcessDefinitionId()
getProcessDefinitionId in interface EventLogEntrypublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface EventLogEntryEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface EventLogEntrypublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface EventLogEntryEntitypublic String getExecutionId()
getExecutionId in interface EventLogEntrypublic void setExecutionId(String executionId)
setExecutionId in interface EventLogEntryEntitypublic String getTaskId()
getTaskId in interface EventLogEntrypublic void setTaskId(String taskId)
setTaskId in interface EventLogEntryEntitypublic Date getTimeStamp()
getTimeStamp in interface EventLogEntrypublic void setTimeStamp(Date timeStamp)
setTimeStamp in interface EventLogEntryEntitypublic String getUserId()
getUserId in interface EventLogEntrypublic void setUserId(String userId)
setUserId in interface EventLogEntryEntitypublic byte[] getData()
getData in interface EventLogEntrypublic void setData(byte[] data)
setData in interface EventLogEntryEntitypublic String getLockOwner()
getLockOwner in interface EventLogEntryEntitypublic void setLockOwner(String lockOwner)
setLockOwner in interface EventLogEntryEntitypublic String getLockTime()
getLockTime in interface EventLogEntryEntitypublic void setLockTime(String lockTime)
setLockTime in interface EventLogEntryEntitypublic int getProcessed()
getProcessed in interface EventLogEntryEntitypublic void setProcessed(int isProcessed)
setProcessed in interface EventLogEntryEntityCopyright © 2015 Alfresco. All rights reserved.