Package com.openkm.bean
Class TaskExecutionEvent
- java.lang.Object
-
- com.openkm.bean.TaskExecutionEvent
-
public class TaskExecutionEvent extends Object
Task execution event bean.- Author:
- jabad
-
-
Constructor Summary
Constructors Constructor Description TaskExecutionEvent(long id, long taskId, String description, String state)Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get description.longgetId()Get id.StringgetState()Get state.longgetTaskExecutionId()Get task execution id.
-
-
-
Method Detail
-
getId
public long getId()
Get id.- Returns:
- id
-
getTaskExecutionId
public long getTaskExecutionId()
Get task execution id.- Returns:
- task execution id
-
getState
public String getState()
Get state.- Returns:
- state
-
getDescription
public String getDescription()
Get description.- Returns:
- description
-
-