| Package | Description |
|---|---|
| es.uvigo.esei.dgss.team | |
| es.uvigo.esei.dgss.user |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
List<TeamJPA> |
UserPlayerJPA.getTeams()
Get teams which player plays
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPlayerJPA.setTeams(List<TeamJPA> teams)
Set teams which player plays
|
Copyright © 2017. All rights reserved.