| Modifier and Type | Method and Description |
|---|---|
Player |
User.getOwnPlayer()
Get the player profile of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setOwnPlayer(Player ownPlayer)
Set the Player profile for the user.
|
| 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.