com.theopenstack.rtpdemo.view.form
Class SearchProductsForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--com.theopenstack.rtpdemo.view.form.SearchProductsForm
All Implemented Interfaces:
java.io.Serializable

public class SearchProductsForm
extends org.apache.struts.action.ActionForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SearchProductsForm()
          Creates a new instance of SearchProductForm
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 void setName(java.lang.String name)
          Setter for property name.
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Getter for property id.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchProductsForm

public SearchProductsForm()
Creates a new instance of SearchProductForm

Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Getter for property id.

Overrides:
validate in class org.apache.struts.action.ActionForm
Returns:
Value of property id.

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.