| Package | Description |
|---|---|
| es.uvigo.esei.dgss.fixture | |
| es.uvigo.esei.dgss.sport | |
| es.uvigo.esei.dgss.team |
| Modifier and Type | Method and Description |
|---|---|
CompetitionJPA |
FixtureJPA.getCompetition()
Get the competition which belongs to fixture
|
| Modifier and Type | Method and Description |
|---|---|
void |
FixtureJPA.setCompetition(CompetitionJPA competition)
Set the competition which belongs to fixture
|
| Modifier and Type | Method and Description |
|---|---|
List<CompetitionJPA> |
SportJPA.getCompetitions()
Get competitions of this sport
|
| Modifier and Type | Method and Description |
|---|---|
void |
SportJPA.addCompetition(CompetitionJPA c)
Add a competition to the LinkedList of competitions of this sport
|
| Modifier and Type | Method and Description |
|---|---|
CompetitionJPA |
TeamCompetitionJPA.getCompetition()
Get the competition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeamCompetitionJPA.setCompetition(CompetitionJPA competition)
Set the competition of the teamCompetition relation.
|
| Constructor and Description |
|---|
TeamCompetitionJPA(CompetitionJPA competition,
TeamJPA team,
Date date)
Constructor for JPA TeamCompetition which gets some necessary parameters to
create a teamCompetition
|
Copyright © 2017. All rights reserved.