| Modifier and Type | Method and Description |
|---|---|
Contact |
Team.getTeamContact()
Returns the team
Contact. |
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamContact(Contact teamContact)
Sets the team
Contact. |
| 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.