HiRISE

HiRISE.HiReport.form
Class CtxListForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by HiRISE.HiReport.form.PageSortForm
          extended by HiRISE.HiReport.form.TimeRangeForm
              extended by HiRISE.HiReport.form.CtxListForm
All Implemented Interfaces:
Serializable

public class CtxListForm
extends TimeRangeForm

Holds information for CTX search

See Also:
Serialized Form

Field Summary
 
Fields inherited from class HiRISE.HiReport.form.TimeRangeForm
ID, maxDate, minDate, plus, TIME_FORMATS, timeFormatters, timeUnits, unit
 
Fields inherited from class HiRISE.HiReport.form.PageSortForm
EXPORT_MAX_ROWS
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CtxListForm()
           
 
Method Summary
 String getId()
          Get the id constraint
 float getLat()
          Get the latitude constraint
 float getLon()
          Get the longitude constraint
 int getOrbit()
          Get the orbit number constraint
 void setId(String id)
          Set the id constraint
 void setLat(float lat)
          Set the latitude constraint
 void setLon(float lon)
          Set the longitude constraint
 void setOrbit(int orbit)
          Set the orbit number constraint
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest req)
          Validate the form input
 
Methods inherited from class HiRISE.HiReport.form.TimeRangeForm
getMaxDate, getMinDate, getPlus, getTimeRange, getTimeUnit, getTimeUnits, parseDate, setMaxDate, setMinDate, setPlus, setTimeRange, setTimeUnit
 
Methods inherited from class HiRISE.HiReport.form.PageSortForm
getDir, getPage, getSize, getSort, isAscending, reset, setDir, setPage, setSize, setSort
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CtxListForm

public CtxListForm()
Method Detail

setId

public void setId(String id)
Set the id constraint

Parameters:
id - id constraint

getId

public String getId()
Get the id constraint

Returns:
id constraint

getLat

public float getLat()
Get the latitude constraint

Returns:
latitude constraint

setLat

public void setLat(float lat)
Set the latitude constraint

Parameters:
lat - latitude constraint

getLon

public float getLon()
Get the longitude constraint

Returns:
longitude constraint

setLon

public void setLon(float lon)
Set the longitude constraint

Parameters:
lon - longitude constraint

getOrbit

public int getOrbit()
Get the orbit number constraint

Returns:
orbit number

setOrbit

public void setOrbit(int orbit)
Set the orbit number constraint

Parameters:
orbit - orbit number

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest req)
Validate the form input

Overrides:
validate in class TimeRangeForm

HiRISE

Copyright (C) Arizona Board of Regents on behalf of the Planetary Image Research Laboratory, Lunar and Planetary Laboratory at the University of Arizona