public class ChangePasswordModel extends Object implements Serializable
| Constructor and Description |
|---|
ChangePasswordModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentPassword()
Gets the current password of a user.
|
String |
getNewPassword()
Gets the new password of a user.
|
String |
getRepeatNewPassword()
Gets the repeated new password of a user.
|
void |
setCurrentPassword(String currentPassword)
Sets the current password of a user.
|
void |
setNewPassword(String newPassword)
Sets the new password of a user.
|
void |
setRepeatNewPassword(String repeatNewPassword)
Sets the repeated new password of a user.
|
public String getCurrentPassword()
public String getNewPassword()
public String getRepeatNewPassword()
public void setCurrentPassword(String currentPassword)
currentPassword - the new current password of a user.public void setNewPassword(String newPassword)
newPassword - the new new password of a user.public void setRepeatNewPassword(String repeatNewPassword)
repeatNewPassword - the new repeated new password of a user.Copyright © 2010–2015. All rights reserved.