| Modifier and Type | Method and Description |
|---|---|
Fixture |
Maatch.getFixture()
Get the fixture which belongs to the match
|
| Modifier and Type | Method and Description |
|---|---|
List<Fixture> |
Competition.getFixtures()
Gets de fixture
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.addFixtures(Fixture fixture)
Adds a fixture to a linkedlist
|
void |
Maatch.setFixture(Fixture fixture)
Set the fixture which belongs to match
|
| 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
|
Copyright © 2018. All rights reserved.