| Package | Description |
|---|---|
| net.nowtryz.cafetapi.user |
User infos and permessions package
|
| Modifier and Type | Method and Description |
|---|---|
Group |
User.getGroup()
Returns the group of the User
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setGroup(Group group)
Sets the group
|
| Constructor and Description |
|---|
User(int id,
String pseudo,
String firstname,
String name,
String email,
String phone,
Group group,
HashMap<String,Boolean> permissions) |
Copyright © 2019 Nowtryz. All rights reserved.