public class Group extends Object implements Permissible
| Constructor and Description |
|---|
Group() |
Group(String name,
HashMap<String,Boolean> permissions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the Group
|
HashMap<String,Boolean> |
getPermissions()
Return every permission witch the member is liable from
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasPermissionpublic Group(String name, HashMap<String,Boolean> permissions)
name - permissions - public Group()
public String getName()
public HashMap<String,Boolean> getPermissions()
PermissiblegetPermissions in interface PermissibleCopyright © 2019 Nowtryz. All rights reserved.