Liferay 6.2-ce-ga5

com.liferay.portal.kernel.workflow
Class DefaultWorkflowLog

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.DefaultWorkflowLog
All Implemented Interfaces:
WorkflowLog, Serializable

public class DefaultWorkflowLog
extends Object
implements Serializable, WorkflowLog

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.workflow.WorkflowLog
TASK_ASSIGN, TASK_COMPLETION, TASK_UPDATE, TRANSITION
 
Constructor Summary
DefaultWorkflowLog()
           
 
Method Summary
 long getAuditUserId()
           
 String getComment()
           
 Date getCreateDate()
           
 long getPreviousRoleId()
           
 String getPreviousState()
           
 long getPreviousUserId()
           
 long getRoleId()
           
 String getState()
           
 int getType()
           
 long getUserId()
           
 long getWorkflowLogId()
           
 long getWorkflowTaskId()
           
 void setAuditUserId(long auditUserId)
           
 void setComment(String comment)
           
 void setCreateDate(Date createDate)
           
 void setPreviousRoleId(long previousRoleId)
           
 void setPreviousState(String previousState)
           
 void setPreviousUserId(long previousUserId)
           
 void setRoleId(long roleId)
           
 void setState(String state)
           
 void setType(int type)
           
 void setUserId(long userId)
           
 void setWorkflowLogId(long workflowLogId)
           
 void setWorkflowTaskId(long workflowTaskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWorkflowLog

public DefaultWorkflowLog()
Method Detail

getAuditUserId

public long getAuditUserId()
Specified by:
getAuditUserId in interface WorkflowLog

getComment

public String getComment()
Specified by:
getComment in interface WorkflowLog

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface WorkflowLog

getPreviousRoleId

public long getPreviousRoleId()
Specified by:
getPreviousRoleId in interface WorkflowLog

getPreviousState

public String getPreviousState()
Specified by:
getPreviousState in interface WorkflowLog

getPreviousUserId

public long getPreviousUserId()
Specified by:
getPreviousUserId in interface WorkflowLog

getRoleId

public long getRoleId()
Specified by:
getRoleId in interface WorkflowLog

getState

public String getState()
Specified by:
getState in interface WorkflowLog

getType

public int getType()
Specified by:
getType in interface WorkflowLog

getUserId

public long getUserId()
Specified by:
getUserId in interface WorkflowLog

getWorkflowLogId

public long getWorkflowLogId()
Specified by:
getWorkflowLogId in interface WorkflowLog

getWorkflowTaskId

public long getWorkflowTaskId()
Specified by:
getWorkflowTaskId in interface WorkflowLog

setAuditUserId

public void setAuditUserId(long auditUserId)

setComment

public void setComment(String comment)

setCreateDate

public void setCreateDate(Date createDate)

setPreviousRoleId

public void setPreviousRoleId(long previousRoleId)

setPreviousState

public void setPreviousState(String previousState)

setPreviousUserId

public void setPreviousUserId(long previousUserId)

setRoleId

public void setRoleId(long roleId)

setState

public void setState(String state)

setType

public void setType(int type)

setUserId

public void setUserId(long userId)

setWorkflowLogId

public void setWorkflowLogId(long workflowLogId)

setWorkflowTaskId

public void setWorkflowTaskId(long workflowTaskId)

Liferay 6.2-ce-ga5