com.konakart.forms
Class ChangePasswordForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
com.konakart.forms.BaseForm
com.konakart.forms.ChangePasswordForm
- All Implemented Interfaces:
- java.io.Serializable
public class ChangePasswordForm
- extends BaseForm
Form used to change password.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validate |
| 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 |
ChangePasswordForm
public ChangePasswordForm()
getConfirmPassword
public java.lang.String getConfirmPassword()
- Returns:
- Returns the confirmPassword.
setConfirmPassword
public void setConfirmPassword(java.lang.String confirmPassword)
- Parameters:
confirmPassword - The confirmPassword to set.
getCurrentPassword
public java.lang.String getCurrentPassword()
- Returns:
- Returns the currentPassword.
setCurrentPassword
public void setCurrentPassword(java.lang.String currentPassword)
- Parameters:
currentPassword - The currentPassword to set.
getNewPassword
public java.lang.String getNewPassword()
- Returns:
- Returns the newPassword.
setNewPassword
public void setNewPassword(java.lang.String newPassword)
- Parameters:
newPassword - The newPassword to set.
Copyright © 2006 DS Data Systems UK Ltd.