SigPath

org.sigpath.form
Class SpecifyModelSearch

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.sigpath.form.SpecifyPagedResults
          extended by org.sigpath.form.SpecifyModelSearch
All Implemented Interfaces:
Serializable

public final class SpecifyModelSearch
extends SpecifyPagedResults

Form bean for Specifying a Model Search. There are three fields on this page:

Version:
$Revision: 5008 $, $Date: 2004-02-13 19:07:05 -0500 (Fri, 13 Feb 2004) $
Author:
Manda Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SpecifyModelSearch()
           
 
Method Summary
 Map getAllParameters()
          Get all name/value pairs used by this form.
 int getStartIndex()
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
          Reset all properties to their default values.
 void setStartIndex(int startIndex)
           
 
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

SpecifyModelSearch

public SpecifyModelSearch()
Method Detail

getStartIndex

public int getStartIndex()
Overrides:
getStartIndex in class SpecifyPagedResults

setStartIndex

public void setStartIndex(int startIndex)
Overrides:
setStartIndex in class SpecifyPagedResults

getAllParameters

public Map getAllParameters()
Get all name/value pairs used by this form.

Specified by:
getAllParameters in class SpecifyPagedResults
Returns:
map of values indexed by parameter name

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  HttpServletRequest request)
Reset all properties to their default values.

Overrides:
reset in class org.apache.struts.action.ActionForm
Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.