SigPath

org.sigpath.form
Class SpecifyConcentration

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

public final class SpecifyConcentration
extends org.apache.struts.action.ActionForm

Form bean for Specifying a concentration. The following fields are on this page:

Version:
$Revision: 8030 $, $Date: 2005-07-25 19:19:56 -0400 (Mon, 25 Jul 2005) $
Author:
Manda Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SpecifyConcentration()
           
 
Method Summary
 String getChem_spid()
          Get the chemical SPID
 String getComments()
          Get the comments
 String getConcentration()
          Get the concentration
 String getLookupTissue()
          Returns string indicating whether or not to look up the tissue.
 String getMeasure_method()
          Get the measurement method
 String getPmid()
          Get the pmid
 String getSample_prep()
          Get the sample_prep
 String getTissue()
          Get the tissue
 String getUnit()
          Get the unit
 boolean hasAValue(String value)
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
          Reset all properties to their default values.
 void setChem_spid(String chem_spid)
          Set the chemical SPID
 void setComments(String comments)
          Set the comments
 void setConcentration(String concentration)
          Set the concentration
 void setLookupTissue(String lookupTissue)
          Set string indicating whether or not to look up the tissue.
 void setMeasure_method(String measure_method)
          Set the measurement method
 void setPmid(String pmid)
          Set the pmid
 void setSample_prep(String sample_prep)
          Set the sample_prep
 void setTissue(String tissue)
          Set the tissue
 void setUnit(String unit)
          Set the unit
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
          Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
 
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

SpecifyConcentration

public SpecifyConcentration()
Method Detail

getChem_spid

public String getChem_spid()
Get the chemical SPID

Returns:
SPID

setChem_spid

public void setChem_spid(String chem_spid)
Set the chemical SPID

Parameters:
chem_spid - Sigpath ID

getConcentration

public String getConcentration()
Get the concentration

Returns:
SPID

setConcentration

public void setConcentration(String concentration)
Set the concentration

Parameters:
concentration -

getUnit

public String getUnit()
Get the unit

Returns:
unit

setUnit

public void setUnit(String unit)
Set the unit

Parameters:
unit -

getMeasure_method

public String getMeasure_method()
Get the measurement method

Returns:
measure_method

setMeasure_method

public void setMeasure_method(String measure_method)
Set the measurement method

Parameters:
measure_method -

getTissue

public String getTissue()
Get the tissue

Returns:
tissue

setTissue

public void setTissue(String tissue)
Set the tissue

Parameters:
tissue -

getSample_prep

public String getSample_prep()
Get the sample_prep

Returns:
sample_prep

setSample_prep

public void setSample_prep(String sample_prep)
Set the sample_prep

Parameters:
sample_prep -

getPmid

public String getPmid()
Get the pmid

Returns:
pmid

setPmid

public void setPmid(String pmid)
Set the pmid

Parameters:
pmid -

getComments

public String getComments()
Get the comments

Returns:
comments

setComments

public void setComments(String comments)
Set the comments

Parameters:
comments -

getLookupTissue

public String getLookupTissue()
Returns string indicating whether or not to look up the tissue.

Returns:
lookupTissue

setLookupTissue

public void setLookupTissue(String lookupTissue)
Set string indicating whether or not to look up the tissue. This must either be true or false.

Parameters:
lookupTissue -

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

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found. If no errors are found, return null or an ActionErrors object with no recorded error messages.

Overrides:
validate in class org.apache.struts.action.ActionForm
Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing
Returns:
ActionErrors object containing all validation errors

hasAValue

public boolean hasAValue(String value)

SigPath

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