|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.domain.CustomerForgotPasswordSecurityTokenImpl
@Entity public class CustomerForgotPasswordSecurityTokenImpl
Created by bpolster.
| Field Summary | |
|---|---|
protected Date |
createDate
|
protected Long |
customerId
|
protected String |
token
|
protected Date |
tokenUsedDate
|
protected boolean |
tokenUsedFlag
|
| Constructor Summary | |
|---|---|
CustomerForgotPasswordSecurityTokenImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Date |
getCreateDate()
Date the token was created |
Long |
getCustomerId()
Id associated with this forgot password token. |
String |
getToken()
Returns the security token. |
Date |
getTokenUsedDate()
Date the token was used to reset the password. |
int |
hashCode()
|
boolean |
isTokenUsedFlag()
Returns true if the token has already been used. |
void |
setCreateDate(Date createDate)
Set the generation date for the token. |
void |
setCustomerId(Long customerId)
Id associated with this forgot password token. |
void |
setToken(String token)
Sets the security token. |
void |
setTokenUsedDate(Date tokenUsedDate)
Set the date the token was used to reset the password. |
void |
setTokenUsedFlag(boolean tokenUsedFlag)
Sets the token used flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String token
protected Date createDate
protected Date tokenUsedDate
protected Long customerId
protected boolean tokenUsedFlag
| Constructor Detail |
|---|
public CustomerForgotPasswordSecurityTokenImpl()
| Method Detail |
|---|
public String getToken()
CustomerForgotPasswordSecurityToken
getToken in interface CustomerForgotPasswordSecurityTokenpublic void setToken(String token)
CustomerForgotPasswordSecurityToken
setToken in interface CustomerForgotPasswordSecurityTokenpublic Date getCreateDate()
CustomerForgotPasswordSecurityToken
getCreateDate in interface CustomerForgotPasswordSecurityTokenpublic void setCreateDate(Date createDate)
CustomerForgotPasswordSecurityToken
setCreateDate in interface CustomerForgotPasswordSecurityTokenpublic Date getTokenUsedDate()
CustomerForgotPasswordSecurityToken
getTokenUsedDate in interface CustomerForgotPasswordSecurityTokenpublic void setTokenUsedDate(Date tokenUsedDate)
CustomerForgotPasswordSecurityToken
setTokenUsedDate in interface CustomerForgotPasswordSecurityTokenpublic Long getCustomerId()
CustomerForgotPasswordSecurityToken
getCustomerId in interface CustomerForgotPasswordSecurityTokenpublic void setCustomerId(Long customerId)
CustomerForgotPasswordSecurityToken
setCustomerId in interface CustomerForgotPasswordSecurityTokenpublic boolean isTokenUsedFlag()
CustomerForgotPasswordSecurityToken
isTokenUsedFlag in interface CustomerForgotPasswordSecurityTokenpublic void setTokenUsedFlag(boolean tokenUsedFlag)
CustomerForgotPasswordSecurityToken
setTokenUsedFlag in interface CustomerForgotPasswordSecurityTokenpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||