| Modifier and Type | Method and Description |
|---|---|
Competition |
Fixture.getCompetition()
Get the competition which belongs to fixture
|
Competition |
TeamCompetition.getCompetition()
Get the competition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Competition> |
Sport.getCompetitions()
Get competitions of this sport
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sport.addCompetition(Competition c)
Add a competition to the LinkedList of competitions of this sport
|
void |
Fixture.setCompetition(Competition competition)
Set the competition which belongs to fixture
|
void |
TeamCompetition.setCompetition(Competition competition)
Set the competition of the teamCompetition relation.
|
| Constructor and Description |
|---|
TeamCompetition(Competition competition,
Team team,
Date date)
Constructor for JPA TeamCompetition which gets some necessary parameters to
create a teamCompetition
|
Copyright © 2018. All rights reserved.