SigPath

org.sigpath.form
Class SpecifyUserData

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

public class SpecifyUserData
extends org.apache.struts.action.ActionForm

Form bean for Specifying User Data. The form contains the following fields:

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

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SpecifyUserData()
           
 
Method Summary
 String getConfirm_password()
           
 String getEmail()
           
 String getFax()
           
 String getFirst_name()
          Getters/Setters
 String getLast_name()
           
 String getPassword()
           
 String getPhone()
           
 String getTitle()
           
 String getUsername()
           
 boolean hasAValue(String value)
           
 void setConfirm_password(String value)
           
 void setEmail(String value)
           
 void setFax(String value)
           
 void setFirst_name(String value)
           
 void setLast_name(String value)
           
 void setPassword(String value)
           
 void setPhone(String value)
           
 void setTitle(String value)
           
 void setUsername(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.
 boolean validEmail(String value)
           
 
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

SpecifyUserData

public SpecifyUserData()
Method Detail

getFirst_name

public String getFirst_name()
Getters/Setters


setFirst_name

public void setFirst_name(String value)

getLast_name

public String getLast_name()

setLast_name

public void setLast_name(String value)

getUsername

public String getUsername()

setUsername

public void setUsername(String value)

getPassword

public String getPassword()

setPassword

public void setPassword(String value)

getConfirm_password

public String getConfirm_password()

setConfirm_password

public void setConfirm_password(String value)

getEmail

public String getEmail()

setEmail

public void setEmail(String value)

getPhone

public String getPhone()

setPhone

public void setPhone(String value)

getFax

public String getFax()

setFax

public void setFax(String value)

getTitle

public String getTitle()

setTitle

public void setTitle(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)

validEmail

public boolean validEmail(String value)

SigPath

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