Package com.seeq.model
Class UserPasswordInputV1
java.lang.Object
com.seeq.model.UserPasswordInputV1
UserPasswordInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentPassword
(String currentPassword) boolean
The current password of this userThe new password of this userint
hashCode()
newPassword
(String newPassword) void
setCurrentPassword
(String currentPassword) void
setNewPassword
(String newPassword) toString()
-
Constructor Details
-
UserPasswordInputV1
public UserPasswordInputV1()
-
-
Method Details
-
currentPassword
-
getCurrentPassword
The current password of this user- Returns:
- currentPassword
-
setCurrentPassword
-
newPassword
-
getNewPassword
The new password of this user- Returns:
- newPassword
-
setNewPassword
-
equals
-
hashCode
public int hashCode() -
toString
-