public class TaskFormDataImpl extends FormDataImpl implements TaskFormData
Modifier and Type | Field and Description |
---|---|
protected Task |
task |
deploymentId, formFields, formKey, formProperties
Constructor and Description |
---|
TaskFormDataImpl() |
Modifier and Type | Method and Description |
---|---|
Task |
getTask()
The task for which this form is used to complete it.
|
void |
setTask(Task task) |
getDeploymentId, getFormFields, getFormKey, getFormProperties, setDeploymentId, setFormFields, setFormKey, setFormProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeploymentId, getFormFields, getFormKey, getFormProperties
protected Task task
public Task getTask()
TaskFormData
getTask
in interface TaskFormData
public void setTask(Task task)
Copyright © 2015. All rights reserved.