| Modifier and Type | Method and Description |
|---|---|
Team |
Maatch.getLocalTeam()
Get the local team of the match
|
Team |
TeamCompetition.getTeam()
Get the team.
|
Team |
Maatch.getVisitorTeam()
Get the visitor team of the match
|
| Modifier and Type | Method and Description |
|---|---|
List<Team> |
UserPlayer.getTeams()
Get teams which player plays
|
| Modifier and Type | Method and Description |
|---|---|
void |
Maatch.setLocalTeam(Team team)
Set the local team of the match
|
void |
TeamCompetition.setTeam(Team team)
Set the team of the teamCompetition relation.
|
void |
Maatch.setVisitorTeam(Team team)
Set the visitor team of the match
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPlayer.setTeams(List<Team> teams)
Set teams which player plays
|
| Constructor and Description |
|---|
Maatch(Time hour,
String status,
Fixture fixture,
Team local,
Team visitor)
Constructor for JPA Match which gets some necessary parameters to create a
match
|
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.