public class PermissionAttachmentInfo
extends java.lang.Object
PermissionAttachment
provides itConstructor | Description |
---|---|
PermissionAttachmentInfo(Permissible permissible,
java.lang.String permission,
PermissionAttachment attachment,
boolean value) |
Modifier and Type | Method | Description |
---|---|---|
PermissionAttachment |
getAttachment() |
Gets the attachment providing this permission.
|
Permissible |
getPermissible() |
Gets the permissible this is attached to
|
java.lang.String |
getPermission() |
Gets the permission being set
|
boolean |
getValue() |
Gets the value of this permission
|
public PermissionAttachmentInfo(Permissible permissible, java.lang.String permission, PermissionAttachment attachment, boolean value)
public Permissible getPermissible()
public java.lang.String getPermission()
public PermissionAttachment getAttachment()
public boolean getValue()
Copyright © 2018. All rights reserved.