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()
Entity
getPersistentState
in interface Entity
public long getLogNumber()
getLogNumber
in interface EventLogEntry
public void setLogNumber(long logNumber)
setLogNumber
in interface EventLogEntryEntity
public String getType()
getType
in interface EventLogEntry
public void setType(String type)
setType
in interface EventLogEntryEntity
public String getProcessDefinitionId()
getProcessDefinitionId
in interface EventLogEntry
public void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId
in interface EventLogEntryEntity
public String getProcessInstanceId()
getProcessInstanceId
in interface EventLogEntry
public void setProcessInstanceId(String processInstanceId)
setProcessInstanceId
in interface EventLogEntryEntity
public String getExecutionId()
getExecutionId
in interface EventLogEntry
public void setExecutionId(String executionId)
setExecutionId
in interface EventLogEntryEntity
public String getTaskId()
getTaskId
in interface EventLogEntry
public void setTaskId(String taskId)
setTaskId
in interface EventLogEntryEntity
public Date getTimeStamp()
getTimeStamp
in interface EventLogEntry
public void setTimeStamp(Date timeStamp)
setTimeStamp
in interface EventLogEntryEntity
public String getUserId()
getUserId
in interface EventLogEntry
public void setUserId(String userId)
setUserId
in interface EventLogEntryEntity
public byte[] getData()
getData
in interface EventLogEntry
public void setData(byte[] data)
setData
in interface EventLogEntryEntity
public String getLockOwner()
getLockOwner
in interface EventLogEntryEntity
public void setLockOwner(String lockOwner)
setLockOwner
in interface EventLogEntryEntity
public String getLockTime()
getLockTime
in interface EventLogEntryEntity
public void setLockTime(String lockTime)
setLockTime
in interface EventLogEntryEntity
public int getProcessed()
getProcessed
in interface EventLogEntryEntity
public void setProcessed(int isProcessed)
setProcessed
in interface EventLogEntryEntity
Copyright © 2015 Alfresco. All rights reserved.