com.webmethods.caf.portalclient.task.task
Class TaskField

java.lang.Object
  extended by com.webmethods.caf.portalclient.task.task.TaskField
All Implemented Interfaces:
Serializable

public class TaskField
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String name
          The name of the task field
 Object value
          The value payload of the task field
 
Constructor Summary
TaskField()
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 void setName(String value)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The name of the task field


value

public Object value
The value payload of the task field

Constructor Detail

TaskField

public TaskField()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getValue

public Object getValue()

setValue

public void setValue(Object value)