@Entity public class Operator extends BasicUser
| Constructor and Description |
|---|
Operator() |
| Modifier and Type | Method and Description |
|---|---|
OperatorGroup |
getGroup() |
UserNature |
getNature() |
java.util.Set<Role> |
getRoles()
Returns all roles this user have
|
User |
getUser()
Returns the user associated with this basic user
|
boolean |
isMember()
returns true if user has member role.
|
boolean |
isOperator() |
boolean |
isRestricted() |
void |
setGroup(OperatorGroup group) |
void |
setUser(User user) |
getCreationDate, getEmail, getLoginHistory, getName, getNetwork, getNewEmail, getPasswords, getRegistrationConfirmationDate, getSecurityAnswer, getSecurityQuestion, getStatus, getUsername, getValidationKey, getValidationKeyDate, getValidationKeyType, isActive, isAdmin, isBlocked, isBroker, isGlobalAdmin, isInactive, isNetworkAdmin, isPendingNewEmailValidation, isPendingValidation, isRemoved, isUserManagement, setCreationDate, setEmail, setLoginHistory, setName, setNetwork, setNewEmail, setPasswords, setRegistrationConfirmationDate, setSecurityAnswer, setSecurityQuestion, setStatus, setUsername, setValidationKey, setValidationKeyDate, setValidationKeyType, toStringgetDataTranslationType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic OperatorGroup getGroup()
public UserNature getNature()
public java.util.Set<Role> getRoles()
BasicUserpublic User getUser()
BasicUserpublic boolean isMember()
BasicUserpublic boolean isOperator()
isOperator in class BasicUserpublic boolean isRestricted()
public void setGroup(OperatorGroup group)
public void setUser(User user)