| Modifier and Type | Method and Description |
|---|---|
Player |
User.getOwnPlayer()
Get the player profile of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Player> |
Team.getPlayers()
Get the list of players of the team.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setOwnPlayer(Player ownPlayer)
Set the Player profile for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setPlayers(List<Player> players)
Set the list of players of the team
|
| Constructor and Description |
|---|
User(String login,
String password,
String email,
String name,
String lastName,
String address,
String city,
String province,
String country,
String postalCode,
String phoneNumber,
Date birthDate,
String facebookProfile,
String twitterProfile,
String instagramProfile,
Date deleted,
UserRole role,
String preregistrationCode,
Player ownPlayer) |
Copyright © 2018. All rights reserved.