Class ResetPasswordWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.user.ResetPasswordWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ResetPasswordWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Reset Password- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResetPasswordWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNewPassword()java.lang.StringgetToken()voidsetNewPassword(java.lang.String newPassword)voidsetToken(java.lang.String token)
-