| Modifier and Type | Method and Description |
|---|---|
HeadQuarter |
Competition.getCompetitionHeadQuarter()
Returns the competition
HeadQuarter. |
HeadQuarter |
Match.getMatchPlace()
Gets the
Match place (a HeadQuarter) |
HeadQuarter |
Round.getRoundHeadQuarter()
Returns the
HeadQuarter of the round. |
HeadQuarter |
Team.getTeamHeadQuarter()
Returns the team
HeadQuarter. |
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setCompetitionHeadQuarter(HeadQuarter competitionHeadQuarter)
Sets the competition
HeadQuarter. |
void |
Match.setMatchPlace(HeadQuarter matchPlace)
Sets the
Match place (a HeadQuarter) |
void |
Round.setRoundHeadQuarter(HeadQuarter roundHeadQuarter)
Sets the
HeadQuarter of the round. |
void |
Team.setTeamHeadQuarter(HeadQuarter teamHeadQuarter)
Sets the team
HeadQuarter. |
| 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. |
Match(long matchId,
Team matchHomeTeam,
Team matchVisitingTeam,
Date matchDate,
HeadQuarter matchPlace,
EventState matchState,
int matchDuration,
int matchLocalPoints,
int matchVisitingPoints,
String matchDescription,
List<String> matchComments,
Round matchRound)
Instantiates a new
Match |
Round(long roundId,
int roundNumber,
Date roundDate,
EventState roundState,
String roundDescription,
List<String> roundComments,
HeadQuarter roundHeadQuarter,
Competition roundCompetition)
Creates a new instance of
Round. |
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.