| Package | Description |
|---|---|
| ligaaas.teamc.domain |
| Modifier and Type | Method and Description |
|---|---|
EventState |
Match.getMatchState()
Gets the current
Match EventState |
EventState |
Round.getRoundState()
Returns the state of the round.
|
static EventState |
EventState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventState[] |
EventState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setMatchState(EventState matchState)
Sets the current
Match EventState |
void |
Round.setRoundState(EventState roundState)
Sets the state of the round.
|
| 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 |
Round(long roundId,
int roundNumber,
Date roundDate,
EventState roundState,
String roundDescription,
List<String> roundComments,
HeadQuarter roundHeadQuarter,
Competition roundCompetition)
Creates a new instance of
Round. |
Copyright © 2018. All rights reserved.