public class ForgotPasswordEvent extends BroadleafApplicationEvent
BroadleafApplicationEvent.ContextVars| Modifier and Type | Field and Description |
|---|---|
protected Long |
customerId |
protected String |
resetPasswordUrl |
protected String |
token |
contextsource| Constructor and Description |
|---|
ForgotPasswordEvent(Object source,
Long customerId,
String token,
String resetPasswordUrl) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomerId() |
String |
getResetPasswordUrl() |
String |
getToken() |
void |
setCustomerId(Long customerId) |
void |
setResetPasswordUrl(String resetPasswordUrl) |
void |
setToken(String token) |
getCatalogId, getContext, getCurrencyCode, getLocaleCode, getProfileId, getSiteId, getTimeZoneIdgetSource, toStringprotected Long customerId
protected String token
protected String resetPasswordUrl
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getToken()
public void setToken(String token)
public String getResetPasswordUrl()
public void setResetPasswordUrl(String resetPasswordUrl)
Copyright © 2024. All rights reserved.