com.tibco.bpm.web.client.model.types
Class WorkItem

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.AbstractFormData
      extended by com.tibco.bpm.web.client.model.types.WorkItem
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IFormData

public class WorkItem
extends AbstractFormData

TODO Give a useful description of the type.

©2012 Cloud Software Group, Inc.

Since:
TODO

Constructor Summary
WorkItem()
           
 
Method Summary
 ToDoWorkType getWorkType()
          The ToDoWorkType associated with the item.
 void setWorkType(ToDoWorkType workType)
          The ToDoWorkType associated with the item.
 
Methods inherited from class com.tibco.bpm.web.client.model.types.AbstractFormData
addInOutField, addInputField, addOutputField, getDataFeed, getFormat, getFormURL, getId, getInOutFields, getInputFields, getMode, getOutputFields, getPresentationType, getProcessId, getVersion, getXmlData, isParallelPageFlow, setDataFeed, setFormat, setFormURL, setId, setInOutFields, setInputFields, setMode, setOutputFields, setParallelPageFlow, setPresentationType, setProcessId, setVersion, setXmlData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItem

public WorkItem()
Method Detail

getWorkType

public ToDoWorkType getWorkType()
The ToDoWorkType associated with the item.

Returns:
Returns the workType.

setWorkType

public void setWorkType(ToDoWorkType workType)
The ToDoWorkType associated with the item.

Parameters:
workType - The workType to set.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.