org.activiti.engine.impl.form
类 TaskFormDataImpl
java.lang.Object
org.activiti.engine.impl.form.FormDataImpl
org.activiti.engine.impl.form.TaskFormDataImpl
- 所有已实现的接口:
- Serializable, FormData, TaskFormData
public class TaskFormDataImpl
- extends FormDataImpl
- implements TaskFormData
- 作者:
- Tom Baeyens
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
task
protected Task task
TaskFormDataImpl
public TaskFormDataImpl()
getTask
public Task getTask()
- 从接口
TaskFormData
复制的描述
- The task for which this form is used to complete it.
- 指定者:
- 接口
TaskFormData
中的 getTask
setTask
public void setTask(Task task)
Copyright © 2013 Alfresco. All rights reserved.