public abstract class EmailSecurityCode extends SecurityCodeImpl
Code for confirming an email address
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailSecurityCode.Factory
Constructs new instances of
EmailSecurityCode. |
| Constructor and Description |
|---|
EmailSecurityCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
This entity does not have any identifiers but since it extends the
com.communote.server.persistence.common.security.SecurityCodeImpl class it will
simply delegate the call up there. |
String |
getNewEmailAddress()
The new email address
|
int |
hashCode()
This entity does not have any identifiers but since it extends the
com.communote.server.persistence.common.security.SecurityCodeImpl class it will
simply delegate the call up there. |
void |
setNewEmailAddress(String newEmailAddress) |
generateNewCodegetAction, getCode, getCreatingDate, getId, getUser, setAction, setCode, setCreatingDate, setId, setUserpublic String attributesToString()
attributesToString in class SecurityCodepublic boolean equals(Object object)
com.communote.server.persistence.common.security.SecurityCodeImpl class it will
simply delegate the call up there.equals in class SecurityCodeSecurityCode.equals(Object)public String getNewEmailAddress()
The new email address
public int hashCode()
com.communote.server.persistence.common.security.SecurityCodeImpl class it will
simply delegate the call up there.hashCode in class SecurityCodeSecurityCode.hashCode()public void setNewEmailAddress(String newEmailAddress)
Copyright © 2019 Communote team. All rights reserved.