| Package | Description |
|---|---|
| es.uvigo.esei.dgss.match | |
| es.uvigo.esei.dgss.team |
| Modifier and Type | Method and Description |
|---|---|
TeamJPA |
MatchJPA.getLocalTeam()
Get the local team of the match
|
TeamJPA |
MatchJPA.getVisitorTeam()
Get the visitor team of the match
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchJPA.setLocalTeam(TeamJPA team)
Set the local team of the match
|
void |
MatchJPA.setVisitorTeam(TeamJPA team)
Set the visitor team of the match
|
| Constructor and Description |
|---|
MatchJPA(Time hour,
String status,
FixtureJPA fixture,
TeamJPA local,
TeamJPA visitor)
Constructor for JPA Match which gets some necessary parameters to create a
match
|
| Modifier and Type | Method and Description |
|---|---|
TeamJPA |
TeamCompetitionJPA.getTeam()
Get the team.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TeamCompetitionJPA.setTeam(TeamJPA team)
Set the team 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.