public abstract class UnlockUserSecurityCode extends SecurityCodeImpl
A security code for unlocking a locked user
Modifier and Type | Class and Description |
---|---|
static class |
UnlockUserSecurityCode.Factory
Constructs new instances of
UnlockUserSecurityCode . |
Constructor and Description |
---|
UnlockUserSecurityCode() |
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. |
ChannelType |
getChannel()
type of channel
|
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 |
setChannel(ChannelType channel) |
generateNewCode
getAction, getCode, getCreatingDate, getId, getUser, setAction, setCode, setCreatingDate, setId, setUser
public String attributesToString()
attributesToString
in class SecurityCode
public boolean equals(Object object)
com.communote.server.persistence.common.security.SecurityCodeImpl
class it will
simply delegate the call up there.equals
in class SecurityCode
SecurityCode.equals(Object)
public ChannelType getChannel()
type of channel
public int hashCode()
com.communote.server.persistence.common.security.SecurityCodeImpl
class it will
simply delegate the call up there.hashCode
in class SecurityCode
SecurityCode.hashCode()
public void setChannel(ChannelType channel)
Copyright © 2019 Communote team. All rights reserved.