Class ForgotPasswordEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.event.BroadleafApplicationEvent
org.broadleafcommerce.profile.core.event.ForgotPasswordEvent
All Implemented Interfaces:
Serializable

public class ForgotPasswordEvent extends BroadleafApplicationEvent
Author:
Nick Crum ncrum
See Also:
  • Field Details

    • customerId

      protected Long customerId
    • token

      protected String token
    • resetPasswordUrl

      protected String resetPasswordUrl
  • Constructor Details

    • ForgotPasswordEvent

      public ForgotPasswordEvent(Object source, Long customerId, String token, String resetPasswordUrl)
  • Method Details

    • getCustomerId

      public Long getCustomerId()
    • setCustomerId

      public void setCustomerId(Long customerId)
    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getResetPasswordUrl

      public String getResetPasswordUrl()
    • setResetPasswordUrl

      public void setResetPasswordUrl(String resetPasswordUrl)