org.broadleafcommerce.core.web.controller.account
Class ResetPasswordForm
java.lang.Object
org.broadleafcommerce.core.web.controller.account.ResetPasswordForm
- All Implemented Interfaces:
- Serializable
public class ResetPasswordForm
- extends Object
- implements Serializable
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResetPasswordForm
public ResetPasswordForm()
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getToken
public String getToken()
setToken
public void setToken(String token)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getPasswordConfirm
public String getPasswordConfirm()
setPasswordConfirm
public void setPasswordConfirm(String passwordConfirm)
Copyright © 2012. All Rights Reserved.