| Package | Description |
|---|---|
| es.uvigo.esei.dgss.day | |
| es.uvigo.esei.dgss.fixture | |
| es.uvigo.esei.dgss.sport | |
| es.uvigo.esei.dgss.team |
| Modifier and Type | Method and Description |
|---|---|
CompetitionJPA |
DayJPA.getCompetition()
Gets teh competition celebrated this day
|
| Modifier and Type | Method and Description |
|---|---|
void |
DayJPA.setCompetition(CompetitionJPA c)
Sets the competition celebrated this day
|
| Constructor and Description |
|---|
DayJPA(CompetitionJPA c) |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
TeamCompetitionJPA.setCompetition(CompetitionJPA competition) |
| Constructor and Description |
|---|
TeamCompetitionJPA(CompetitionJPA competition,
TeamJPA team,
Date date) |
Copyright © 2017. All rights reserved.