org.sigpath.form
Class UpdateUserData
java.lang.Object
org.apache.struts.action.ActionForm
org.sigpath.form.UpdateUserData
- All Implemented Interfaces:
- Serializable
public class UpdateUserData
- extends org.apache.struts.action.ActionForm
Form bean for Updating User Data. The form contains the following fields:
- first_name
- last_name
- password
- new_password
- confirm_new_password
- email
- phone
- fax
- title
- 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 |
UpdateUserData
public UpdateUserData()
getUser_name
public String getUser_name()
setUser_name
public void setUser_name(String value)
getFirst_name
public String getFirst_name()
setFirst_name
public void setFirst_name(String value)
getLast_name
public String getLast_name()
setLast_name
public void setLast_name(String value)
getPassword
public String getPassword()
setPassword
public void setPassword(String value)
getNew_password
public String getNew_password()
setNew_password
public void setNew_password(String value)
getConfirm_new_password
public String getConfirm_new_password()
setConfirm_new_password
public void setConfirm_new_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 instancerequest - 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)
Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.