public class RestrictedPermission extends Object implements Serializable
getRestriction()
.Constructor and Description |
---|
RestrictedPermission() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object businessInstance) |
UserPermissionRef |
getPermission()
Represents the permission that is being restricted.
|
Restriction |
getRestriction()
Represents the restriction on this permission.
|
int |
hashCode() |
void |
setPermission(UserPermissionRef permission)
Represents the permission that is being restricted.
|
void |
setRestriction(Restriction restriction)
Represents the restriction on this permission.
|
String |
toString() |
public Restriction getRestriction()
public UserPermissionRef getPermission()
public void setRestriction(Restriction restriction)
public void setPermission(UserPermissionRef permission)
Copyright © 2021. All rights reserved.