com.ibm.ccd.ui.dataobjects.workflow
Class WorkFlowTO
java.lang.Object
com.ibm.ccd.ui.dataobjects.workflow.WorkFlowTO
- All Implemented Interfaces:
- IWorkFlowToInput, IWorkFlowToOutput
public class WorkFlowTO
- extends java.lang.Object
- implements IWorkFlowToInput, IWorkFlowToOutput
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkFlowTO
public WorkFlowTO()
getCategorySelIdx
public int getCategorySelIdx()
- Returns:
- integer
setCategorySelIdx
public void setCategorySelIdx(int categorySelIdx)
- Parameters:
categorySelIdx
-
getCategoryInfoList
public java.util.List getCategoryInfoList()
- Returns:
- list
setCategoryInfoList
public void setCategoryInfoList(java.util.List categoryInfoList)
- Parameters:
categoryInfoList
-
setCategoryInfoListFrom
public void setCategoryInfoListFrom(java.util.Map categoryInfoMap)
- Parameters:
categoryInfoMap
- from map
getCategoryId
public java.lang.String getCategoryId()
- Returns:
- string
getArrSelectedItem
public java.lang.String[] getArrSelectedItem()
- Returns:
- strings
setArrSelectedItem
public void setArrSelectedItem(java.lang.String[] strings)
- Parameters:
strings
-
getCommand
public java.lang.String getCommand()
- Returns:
- string
setCommand
public void setCommand(java.lang.String string)
- Parameters:
string
-
getItemList
public java.util.List getItemList()
- Specified by:
getItemList
in interface IWorkFlowToInput
- Returns:
- list
setItemList
public void setItemList(java.util.List list)
- Specified by:
setItemList
in interface IWorkFlowToOutput
- Parameters:
list
-
getTeamListContainer
public ListboxContainer getTeamListContainer()
- Specified by:
getTeamListContainer
in interface IWorkFlowToInput
- Returns:
- listBoxContainer
getCollabAreaListContainer
public ListboxContainer getCollabAreaListContainer()
- Specified by:
getCollabAreaListContainer
in interface IWorkFlowToInput
- Returns:
- listBoxContainer
setTeamListContainer
public void setTeamListContainer(ListboxContainer container)
- Specified by:
setTeamListContainer
in interface IWorkFlowToOutput
- Parameters:
container
-
getPageNav
public PageNavigation getPageNav()
- Returns:
- pageNavigation
setPageNav
public void setPageNav(PageNavigation navigation)
- Parameters:
navigation
-
setStatus
public void setStatus(java.lang.String param)
- Specified by:
setStatus
in interface IWorkFlowToOutput
getNextStepListContainer
public ListboxContainer getNextStepListContainer()
- Returns:
- listBoxContainer
setNextStepListContainer
public void setNextStepListContainer(ListboxContainer container)
- Parameters:
container
-
getStepWorkflow
public Workflow getStepWorkflow()
- Specified by:
getStepWorkflow
in interface IWorkFlowToInput
- Returns:
- workflow
setCollabAreaListContainer
public void setCollabAreaListContainer(ListboxContainer container)
- Specified by:
setCollabAreaListContainer
in interface IWorkFlowToOutput
- Parameters:
container
-
setStepWorkflow
public void setStepWorkflow(Workflow workflow)
- Specified by:
setStepWorkflow
in interface IWorkFlowToOutput
- Parameters:
workflow
-
getAttributeList
public java.util.List getAttributeList()
- Returns:
- list
setAttributeList
public void setAttributeList(java.util.List list)
- Parameters:
list
-
getCatalogAssociated
public java.lang.String getCatalogAssociated()
- Returns:
- Returns the catalogAssociated.
setCatalogAssociated
public void setCatalogAssociated(java.lang.String catalogAssociated)
- Parameters:
catalogAssociated
- The catalogAssociated to set.