| Modifier and Type | Method and Description |
|---|---|
Contact |
Competition.getCompetitionContact()
Returns the competition
Contact. |
Contact |
Team.getTeamContact()
Returns the team
Contact. |
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setCompetitionContact(Contact competitionContact)
Sets the competition
Contact. |
void |
Team.setTeamContact(Contact teamContact)
Sets the team
Contact. |
| Constructor and Description |
|---|
Competition(long competitionId,
String competitionName,
String competitionShortName,
String competitionDescription,
SportType competitionSportType,
CompetitionType competitionType,
Boolean competitionOpen,
int competitionMinTeams,
int competitionMaxTeams,
Boolean competitionPublic,
Boolean competitionDeleted,
HeadQuarter competitionHeadQuarter,
User competitionUser,
Contact competitionContact)
Creates a new instance of
Competition. |
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,
User teamUser)
Creates a new instance of
Team. |
Copyright © 2017. All rights reserved.