| Modifier and Type | Method and Description |
|---|---|
Team |
Match.getLocalTeam()
Get the local team of the match
|
Team |
TeamCompetition.getTeam()
Get the team.
|
Team |
Match.getVisitorTeam()
Get the visitor team of the match
|
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setLocalTeam(Team team)
Set the local team of the match
|
void |
TeamCompetition.setTeam(Team team)
Set the team of the teamCompetition relation.
|
void |
Match.setVisitorTeam(Team team)
Set the visitor team of the match
|
| Constructor and Description |
|---|
Match(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 © 2017. All rights reserved.