| Modifier and Type | Method and Description |
|---|---|
Headquarter |
Competition.getHeadquarter()
Returns the headquarter of the competition
|
Headquarter |
Team.getHeadquarter()
Returns the headquarters of this team.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setHeadquarter(Headquarter headquarter)
Sets the headquarter of the team
|
void |
Team.setHeadquarter(Headquarter headquarter)
Sets the headquarters of this team.
|
| Constructor and Description |
|---|
Team(String nameTeam,
String nickTeam,
String descriptionTeam,
SportType sportType,
Headquarter headquarter,
String contactPerson,
String email,
String web,
String phone,
String socialMedia,
boolean openToInscription,
int minPlayers,
int maxPlayers,
boolean isVisible,
User user,
Player... players)
Creates a new instance
Team |
Copyright © 2017. All rights reserved.