| Modifier and Type | Method and Description |
|---|---|
Competition |
Round.getRoundCompetition()
Returns the
Competition of the round. |
| Modifier and Type | Method and Description |
|---|---|
List<Competition> |
Team.getTeamCompetitions()
Returns the team
Competitions. |
| Modifier and Type | Method and Description |
|---|---|
void |
Round.setRoundCompetition(Competition roundCompetition)
Sets the
Competition of the round. |
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setTeamCompetitions(List<Competition> teamCompetitions)
Sets the
Competitions of the team. |
| Constructor and Description |
|---|
Round(long roundId,
int roundNumber,
Date roundDate,
EventState roundState,
String roundDescription,
List<String> roundComments,
HeadQuarter roundHeadQuarter,
Competition roundCompetition)
Creates a new instance of
Round. |
Copyright © 2017. All rights reserved.