| Modifier and Type | Method and Description |
|---|---|
Round |
Match.getMatchRound()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setMatchRound(Round matchRound)
|
| Constructor and Description |
|---|
Match(long matchId,
Team matchHomeTeam,
Team matchVisitingTeam,
Date matchDate,
HeadQuarter matchPlace,
EventState matchState,
int matchDuration,
int matchLocalPoints,
int matchVisitingPoints,
String matchDescription,
List<String> matchComments,
Round matchRound)
Instantiates a new
Match |
Copyright © 2017. All rights reserved.