com.ibm.commerce.beans
Class InputDataBeanImpl

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable
Direct Known Subclasses:
SmartDataBeanImpl

public class InputDataBeanImpl
extends java.lang.Object
implements InputDataBean

InputDataBeans is a data bean that needs to be initialized by properties passed in by the caller of the JSP.

See Also:
Serialized Form

Field Summary
protected  TypedProperty requestProperties
           
 
Fields inherited from interface com.ibm.commerce.beans.InputDataBean
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
InputDataBeanImpl()
          InputDataBeanImpl constructor.
 
Method Summary
 TypedProperty getRequestProperties()
          getRequestProperties method comment.
 void setRequestProperties(TypedProperty param)
          setRequestProperties method is used to set the requestProperties associated with the data bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestProperties

protected TypedProperty requestProperties
Constructor Detail

InputDataBeanImpl

public InputDataBeanImpl()
InputDataBeanImpl constructor.
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
getRequestProperties method comment.
Specified by:
getRequestProperties in interface InputDataBean

setRequestProperties

public void setRequestProperties(TypedProperty param)
                          throws java.lang.Exception
setRequestProperties method is used to set the requestProperties associated with the data bean. If the requestProperties is null when the activate method on the DataBeanManager is invoked, the DataBeanManager sets the request properties based on the request properties set in the request.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
TypedProperty - requestProperties - the set of properties passed to the JSP page that invokes this data bean,