com.ibm.ccd.ui.portlets.catalog
Class ItemCatalogForm

java.lang.Object
  extended by com.ibm.ccd.ui.portlets.catalog.ItemCatalogForm

public class ItemCatalogForm
extends java.lang.Object


Constructor Summary
ItemCatalogForm()
          Construct ItemCatalog Form to hold the state of Catalog Tree
 
Method Summary
 java.lang.String getChildLength()
           
 ItemNodeCatalog getItemNode()
           
 ItemNodeCatalog getSelectedNode()
           
 java.lang.String getSelItem()
           
 CatalogTree getTree()
           
 boolean isWFFilter()
           
 void setChildLength(java.lang.String string)
           
 void setItemNode(ItemNodeCatalog catalog)
           
 void setSelItem(java.lang.String string)
           
 void setTree(CatalogTree tree)
           
 void setWFFilter(boolean isWFFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemCatalogForm

public ItemCatalogForm()
Construct ItemCatalog Form to hold the state of Catalog Tree

Method Detail

getTree

public CatalogTree getTree()
Returns:
catalogTree

setSelItem

public void setSelItem(java.lang.String string)

getSelItem

public java.lang.String getSelItem()
Returns:
string

setTree

public void setTree(CatalogTree tree)
Parameters:
tree -

getSelectedNode

public ItemNodeCatalog getSelectedNode()

getItemNode

public ItemNodeCatalog getItemNode()
Returns:
itemNodeCatalog

setItemNode

public void setItemNode(ItemNodeCatalog catalog)
Parameters:
catalog -

getChildLength

public java.lang.String getChildLength()
Returns:
string

setChildLength

public void setChildLength(java.lang.String string)
Parameters:
string -

isWFFilter

public boolean isWFFilter()
Returns:
Returns the isWFFilter.

setWFFilter

public void setWFFilter(boolean isWFFilter)
Parameters:
isWFFilter - The isWFFilter to set.