public class RestrictedRole extends Object implements Serializable
getRestriction()
.Constructor and Description |
---|
RestrictedRole() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Restriction |
getRestriction()
Represents the restriction on this role.
|
UserRoleRef |
getRole()
Represents the role that is being restricted.
|
int |
hashCode() |
void |
setRestriction(Restriction restriction)
Represents the restriction on this role.
|
void |
setRole(UserRoleRef role)
Represents the role that is being restricted.
|
String |
toString() |
public Restriction getRestriction()
public UserRoleRef getRole()
public void setRestriction(Restriction restriction)
public void setRole(UserRoleRef role)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.