Class ForgottenPwdEvent

All Implemented Interfaces:
Serializable

public class ForgottenPwdEvent extends AbstractCommerceUserEvent<BaseSiteModel>
Forgotten password event, implementation of AbstractCommerceUserEvent
See Also:
  • Constructor Details

    • ForgottenPwdEvent

      public ForgottenPwdEvent()
      Default constructor
    • ForgottenPwdEvent

      public ForgottenPwdEvent(String token)
      Parameterized Constructor
      Parameters:
      token -
  • Method Details

    • getToken

      public String getToken()
      Returns:
      the token
    • setToken

      public void setToken(String token)
      Parameters:
      token - the token to set