| Modifier and Type | Method and Description |
|---|---|
HeadQuarter |
Team.getTeamHeadQuarter()
Returns the team
HeadQuarter. |
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamHeadQuarter(HeadQuarter teamHeadQuarter)
Sets the team
HeadQuarter. |
| Constructor and Description |
|---|
Team(long teamId,
String teamName,
String teamShortName,
String teamDescription,
SportType teamSportType,
Boolean teamOpen,
int teamMinPlayers,
int teamMaxPlayers,
Boolean teamPublic,
Boolean teamDeleted,
HeadQuarter teamHeadQuarter,
Contact teamContact)
Creates a new instance of
Team. |
Copyright © 2017. All rights reserved.