SigPath

org.sigpath.form
Class SpecifyAffiliation

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by 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:

Version:
$Revision: 8030 $
Author:
Manda Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SpecifyAffiliation()
           
 
Method Summary
 String getAddress_1()
           
 String getAddress_2()
           
 String getCity()
           
 String getCountry()
           
 String getDepartment()
           
 String getDept_phone()
           
 String getInstitution()
          Getters/Setters
 String getState()
           
 String getZip()
           
 boolean hasAValue(String value)
           
 void setAddress_1(String value)
           
 void setAddress_2(String value)
           
 void setCity(String value)
           
 void setCountry(String value)
           
 void setDepartment(String value)
           
 void setDept_phone(String value)
           
 void setInstitution(String value)
           
 void setState(String value)
           
 void setZip(String value)
           
 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, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecifyAffiliation

public SpecifyAffiliation()
Method Detail

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 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.