org.broadleafcommerce.core.web.controller.account
Class ChangePasswordForm

java.lang.Object
  extended by org.broadleafcommerce.core.web.controller.account.ChangePasswordForm
All Implemented Interfaces:
Serializable

public class ChangePasswordForm
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ChangePasswordForm()
           
 
Method Summary
 String getCurrentPassword()
           
 String getNewPassword()
           
 String getNewPasswordConfirm()
           
 void setCurrentPassword(String currentPassword)
           
 void setNewPassword(String newPassword)
           
 void setNewPasswordConfirm(String newPasswordConfirm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordForm

public ChangePasswordForm()
Method Detail

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.