|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.sigpath.form.SpecifyConcentration
public final class SpecifyConcentration
Form bean for Specifying a concentration. The following fields are on this page:
| 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 |
|---|
public SpecifyConcentration()
| Method Detail |
|---|
public String getChem_spid()
public void setChem_spid(String chem_spid)
chem_spid - Sigpath IDpublic String getConcentration()
public void setConcentration(String concentration)
concentration - public String getUnit()
public void setUnit(String unit)
unit - public String getMeasure_method()
public void setMeasure_method(String measure_method)
measure_method - public String getTissue()
public void setTissue(String tissue)
tissue - public String getSample_prep()
public void setSample_prep(String sample_prep)
sample_prep - public String getPmid()
public void setPmid(String pmid)
pmid - public String getComments()
public void setComments(String comments)
comments - public String getLookupTissue()
public void setLookupTissue(String lookupTissue)
lookupTissue -
public void reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormmapping - The mapping used to select this instancerequest - The servlet request we are processing
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
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.
validate in class org.apache.struts.action.ActionFormmapping - The mapping used to select this instancerequest - The servlet request we are processing
public boolean hasAValue(String value)
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||