com.ibm.ccd.ui.portlets.catalog
Class ItemCatalogForm
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemCatalogForm
public ItemCatalogForm()
- Construct ItemCatalog Form to hold the state of Catalog Tree
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.