org.sigpath.form
Class SpecifyAffiliation
java.lang.Object
org.apache.struts.action.ActionForm
org.sigpath.form.SpecifyAffiliation
- All Implemented Interfaces:
- Serializable
public class SpecifyAffiliation
- extends org.apache.struts.action.ActionForm
Form bean for Specifying Binding Parameters. The form contains the following fields:
- institution
- department
- dept_phone
- address_1
- address_2
- city
- state
- zip
- country
- Version:
- $Revision: 8030 $
- Author:
- Manda Wilson
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecifyAffiliation
public SpecifyAffiliation()
getInstitution
public String getInstitution()
- Getters/Setters
setInstitution
public void setInstitution(String value)
getDepartment
public String getDepartment()
setDepartment
public void setDepartment(String value)
getDept_phone
public String getDept_phone()
setDept_phone
public void setDept_phone(String value)
getAddress_1
public String getAddress_1()
setAddress_1
public void setAddress_1(String value)
getAddress_2
public String getAddress_2()
setAddress_2
public void setAddress_2(String value)
getCity
public String getCity()
setCity
public void setCity(String value)
getState
public String getState()
setState
public void setState(String value)
getZip
public String getZip()
setZip
public void setZip(String value)
getCountry
public String getCountry()
setCountry
public void setCountry(String value)
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 instancerequest - The servlet request we are processing
- Returns:
- ActionErrors object containing all validation errors
hasAValue
public boolean hasAValue(String value)
Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.