public class Sport
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Sport(java.lang.String name,
java.util.List<Country> countriesWithLeague) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Country> |
getCountriesWithLeague() |
java.lang.String |
getName() |
Copyright © 2011–2021. All rights reserved.