com.theopenstack.rtpdemo.view.form
Class SearchResultsForm

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

public class SearchResultsForm
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
SearchResultsForm()
          Creates a new instance of SuccessForm
 
Method Summary
 java.lang.String getId()
          Getter for property id.
 int getQuantity()
          Getter for property quantity.
 void setId(java.lang.String id)
          Setter for property id.
 void setQuantity(int quantity)
          Setter for property quantity.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultsForm

public SearchResultsForm()
Creates a new instance of SuccessForm

Method Detail

getQuantity

public int getQuantity()
Getter for property quantity.

Returns:
Value of property quantity.

setQuantity

public void setQuantity(int quantity)
Setter for property quantity.

Parameters:
quantity - New value of property quantity.

getId

public java.lang.String getId()
Getter for property id.

Returns:
Value of property id.

setId

public void setId(java.lang.String id)
Setter for property id.

Parameters:
id - New value of property id.