Package com.fluig.sdk.user
Class UserPasswordVO
- java.lang.Object
-
- com.fluig.sdk.user.UserPasswordVO
-
- All Implemented Interfaces:
Serializable
public class UserPasswordVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPasswordVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfirmNewPassword()StringgetCurrentPassword()StringgetLogin()StringgetNewPassword()voidsetConfirmNewPassword(String confirmNewPassword)voidsetCurrentPassword(String currentPassword)voidsetLogin(String login)voidsetNewPassword(String newPassword)
-
-
-
Method Detail
-
getLogin
public String getLogin()
-
setLogin
public void setLogin(String login)
-
getCurrentPassword
public String getCurrentPassword()
-
setCurrentPassword
public void setCurrentPassword(String currentPassword)
-
getNewPassword
public String getNewPassword()
-
setNewPassword
public void setNewPassword(String newPassword)
-
getConfirmNewPassword
public String getConfirmNewPassword()
-
setConfirmNewPassword
public void setConfirmNewPassword(String confirmNewPassword)
-
-