public class OwnerPermissions extends AbstractPermissions
accessProperty, nameProperty, readProperty, writeProperty| Modifier and Type | Class and Description |
|---|---|
static class |
OwnerPermissions.Owner |
| Modifier and Type | Field and Description |
|---|---|
static OwnerPermissions.Owner |
NULL_OWNER |
OwnerPermissions.Owner |
owner |
List<OwnerPermissions.Owner> |
owners |
| Constructor and Description |
|---|
OwnerPermissions(OwnerPermissions.Owner owner,
List<OwnerPermissions.Owner> possibleOwners,
boolean read,
boolean write,
boolean access) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changed() |
accessProperty, changed, getName, isAccess, isRead, isWrite, nameProperty, readProperty, setAccess, setName, setRead, setWrite, writePropertypublic static final OwnerPermissions.Owner NULL_OWNER
public List<OwnerPermissions.Owner> owners
public OwnerPermissions.Owner owner
public OwnerPermissions(@Nonnull OwnerPermissions.Owner owner, List<OwnerPermissions.Owner> possibleOwners, boolean read, boolean write, boolean access)
public boolean changed()
changed in class AbstractPermissionsCopyright © 2015–2018 openbase.org. All rights reserved.