Class PasswordResetEmailRequestDTO

java.lang.Object
com.broadleafcommerce.auth.user.api.dto.PasswordResetEmailRequestDTO
All Implemented Interfaces:
Serializable

public class PasswordResetEmailRequestDTO extends Object implements Serializable
This form backs the reset password HTML form as a DTO.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • PasswordResetEmailRequestDTO

      public PasswordResetEmailRequestDTO()
  • Method Details

    • getUsername

      public String getUsername()
      The username of the user to reset a password.
    • getLocale

      @Nullable public Locale getLocale()
      The Locale for this request.
    • getClientId

      public String getClientId()
      The client id associated with the request.
    • setUsername

      public void setUsername(String username)
      The username of the user to reset a password.
    • setLocale

      public void setLocale(@Nullable Locale locale)
      The Locale for this request.
    • setClientId

      public void setClientId(String clientId)
      The client id associated with the request.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object