| Modifier and Type | Method and Description |
|---|---|
User |
Competition.getAdmin()
Returns the admin of the competition
|
User |
Headquarter.getAdmin()
Returns the administrator of the headquarter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setAdmin(User admin)
Sets the admin of the competition
|
void |
Headquarter.setAdmin(User admin)
Sets the administrator of this headquarter.
|
| Constructor and Description |
|---|
Competition(String name,
String abbreviation,
String description,
SportType sport,
CompetitionType type,
String contactPerson,
String email,
String web,
String telephone,
Boolean openToInscription,
Boolean publicVisibility,
Integer minTeams,
Integer maxTeams,
User admin)
Creates a new instance
Competition |
Headquarter(String name,
String description,
String address,
String locality,
String province,
User admin)
Creates a new instance of
Headquarter. |
Copyright © 2017. All rights reserved.