gov.nih.nci.caarray.ui.useradmin
Class GroupSearchForm

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

public class GroupSearchForm
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
GroupSearchForm()
           
 
Method Summary
 java.lang.String getGroupNameSearch()
           
 java.util.Collection getResults()
           
 void setGroupNameSearch(java.lang.String groupNameSearch)
           
 void setResults(java.util.Collection results)
           
 
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

GroupSearchForm

public GroupSearchForm()
Method Detail

getGroupNameSearch

public java.lang.String getGroupNameSearch()
Returns:
Returns the groupNameSearch.

setGroupNameSearch

public void setGroupNameSearch(java.lang.String groupNameSearch)
Parameters:
groupNameSearch - The groupNameSearch to set.

getResults

public java.util.Collection getResults()
Returns:
Returns the results.

setResults

public void setResults(java.util.Collection results)
Parameters:
results - The results to set.