gov.nih.nci.caarray.ui.contact
Class OrganizationSearchForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by gov.nih.nci.caarray.ui.contact.OrganizationSearchForm
All Implemented Interfaces:
java.io.Serializable

public class OrganizationSearchForm
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
OrganizationSearchForm()
           
 
Method Summary
 java.lang.String getNameSearch()
           
 java.util.Collection getResults()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setNameSearch(java.lang.String nameSearch)
           
 void setResults(java.util.Collection results)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, 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

OrganizationSearchForm

public OrganizationSearchForm()
Method Detail

getResults

public java.util.Collection getResults()

setResults

public void setResults(java.util.Collection results)

getNameSearch

public java.lang.String getNameSearch()

setNameSearch

public void setNameSearch(java.lang.String nameSearch)

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.apache.struts.action.ActionForm