| Modifier and Type | Method and Description |
|---|---|
User |
Competition.getContact()
Gets the user to show in the contact of the competition
|
User |
Facility.getManager()
Gets user that manages this facility
|
User |
Team.getManager()
Get the manager of the team.
|
User |
Player.getOwner()
Get the user who manages this player profile
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setContact(User u)
Sets the user to show in the contact of the competition
|
void |
Facility.setManager(User manager)
Sets user that manages this facility
|
void |
Team.setManager(User manager)
Set the manager of the team
|
void |
Player.setOwner(User owner)
Set the user who manages this player profile
|
| Constructor and Description |
|---|
Facility(Long id,
User manager,
String name,
String acronym,
String description,
String address,
String city,
String province,
String postalCode,
String contactPerson,
String contactMail,
Date deleted)
Testing purposes
|
Facility(String name,
String contactPerson,
String contactMail,
User manager)
Basic constructor with minimal attributes
|
Player(Long id,
String nick,
String name,
String lastName,
String email,
String city,
String province,
String interests,
String favouriteSports,
String favouriteTeams,
boolean publicPlayer,
Date deleted,
User owner,
byte[] avatar) |
Player(String nick,
String email,
String name,
String lastName,
User owner)
Utility constructor with basic profile data and the owner of this player
profile
|
Player(User owner)
Utility constructor with the owner of this player profile
|
Team(String teamName,
String abbreviatedTeamName,
String description,
String sportName,
String location,
String province,
String contactPersonName,
String contactPersonEmail,
int numMaxPlayers,
int numMinPlayers,
TeamVisibility teamVisibility,
User manager)
Constructor for a team
|
Copyright © 2018. All rights reserved.