public abstract class InviteUserToBlogSecurityCode extends SecurityCodeImpl
Modifier and Type | Class and Description |
---|---|
static class |
InviteUserToBlogSecurityCode.Factory
Constructs new instances of
InviteUserToBlogSecurityCode . |
Constructor and Description |
---|
InviteUserToBlogSecurityCode() |
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
SecurityCodeImpl class it will simply delegate the call up there. |
Long |
getInvitorId() |
int |
hashCode()
This entity does not have any identifiers but since it extends the
SecurityCodeImpl class it will simply delegate the call up there. |
void |
setInvitorId(Long invitorId)
Set the ID of the user that invited the new user
|
generateNewCode
getAction, getCode, getCreatingDate, getId, getUser, setAction, setCode, setCreatingDate, setId, setUser
public String attributesToString()
attributesToString
in class SecurityCode
public boolean equals(Object object)
SecurityCodeImpl
class it will simply delegate the call up there.equals
in class SecurityCode
SecurityCode.equals(Object)
public Long getInvitorId()
public int hashCode()
SecurityCodeImpl
class it will simply delegate the call up there.hashCode
in class SecurityCode
SecurityCode.hashCode()
public void setInvitorId(Long invitorId)
invitorId
- the ID of the inviterCopyright © 2019 Communote team. All rights reserved.