public class CountriesDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
CountriesDTO()
Generated constructor - for generic creation.
|
CountriesDTO(List<CountryDTO> countriesList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CountryDTO> |
getCountries() |
void |
setCountries(List<CountryDTO> countriesList) |
public CountriesDTO()
public CountriesDTO(List<CountryDTO> countriesList)
public List<CountryDTO> getCountries()
public void setCountries(List<CountryDTO> countriesList)
countriesList - the countriesList to setCopyright © 2017 SAP SE. All Rights Reserved.