public class Score extends Object
| Constructor and Description |
|---|
Score() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAwayTeamScore() |
int |
getHomeTeamScore() |
void |
setAwayTeamScore(int awayTeamScore) |
void |
setHomeTeamScore(int homeTeamScore) |
Copyright © 2022. All rights reserved.