org.broadleafcommerce.core.web.controller.account
Class ChangePasswordForm
java.lang.Object
org.broadleafcommerce.core.web.controller.account.ChangePasswordForm
- All Implemented Interfaces:
- Serializable
public class ChangePasswordForm
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangePasswordForm
public ChangePasswordForm()
getCurrentPassword
public String getCurrentPassword()
setCurrentPassword
public void setCurrentPassword(String currentPassword)
getNewPassword
public String getNewPassword()
setNewPassword
public void setNewPassword(String newPassword)
getNewPasswordConfirm
public String getNewPasswordConfirm()
setNewPasswordConfirm
public void setNewPasswordConfirm(String newPasswordConfirm)
Copyright © 2013. All Rights Reserved.