catalog.view.bean
Class SessionBean

java.lang.Object
  extended bycatalog.view.bean.SessionBean

public class SessionBean
extends java.lang.Object

The managed bean with session scope.

It is used as a session scope cache. In JSF, the properties are set by bean management facility.

Author:
Derek Y. Shen

Constructor Summary
SessionBean()
           
 
Method Summary
 java.lang.String getCurrentProductId()
           
 void setCurrentProductId(java.lang.String newCurrentProductId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBean

public SessionBean()
Method Detail

getCurrentProductId

public java.lang.String getCurrentProductId()

setCurrentProductId

public void setCurrentProductId(java.lang.String newCurrentProductId)


Copyright (c) 2004 The JCatalog Project.