com.ibm.ccd.ui.portlets.catalog.util
Class ItemCatalogUtilPortletSessionBean

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

public class ItemCatalogUtilPortletSessionBean
extends java.lang.Object

A sample Java bean that stores portlet instance data in portlet session.


Constructor Summary
ItemCatalogUtilPortletSessionBean()
           
 
Method Summary
 java.lang.String getFormText()
          Get last text for the text form.
 void setFormText(java.lang.String formText)
          Set last text for the text form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemCatalogUtilPortletSessionBean

public ItemCatalogUtilPortletSessionBean()
Method Detail

setFormText

public void setFormText(java.lang.String formText)
Set last text for the text form.

Parameters:
formText - last text for the text form.

getFormText

public java.lang.String getFormText()
Get last text for the text form.

Returns:
last text for the text form