public class WorkItemActivityEntry
extends java.lang.Object
Constructor and Description |
---|
WorkItemActivityEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getIsExecution() |
WorkItemExecutionsQueryExtResultRow |
getWorkItemExecution() |
WorkItemUpdate |
getWorkItemUpdate() |
void |
setIsExecution(java.lang.Boolean pIsExecution) |
void |
setWorkItemExecution(WorkItemExecutionsQueryExtResultRow pWorkItemExecution) |
void |
setWorkItemUpdate(WorkItemUpdate pWorkItemUpdate) |
public void setIsExecution(java.lang.Boolean pIsExecution)
public java.lang.Boolean getIsExecution()
public void setWorkItemUpdate(WorkItemUpdate pWorkItemUpdate)
public WorkItemUpdate getWorkItemUpdate()
public void setWorkItemExecution(WorkItemExecutionsQueryExtResultRow pWorkItemExecution)
public WorkItemExecutionsQueryExtResultRow getWorkItemExecution()