Class ReplacePasswordInputWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.user.ReplacePasswordInputWsDTO
- All Implemented Interfaces:
Serializable
Representation of a request of replacing an existing user's password
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNewPassword(String newPassword) voidsetOldPassword(String oldPassword)
-
Constructor Details
-
ReplacePasswordInputWsDTO
public ReplacePasswordInputWsDTO()
-
-
Method Details
-
setOldPassword
-
getOldPassword
-
setNewPassword
-
getNewPassword
-