Class CountryListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.user.CountryListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CountryListWsDTO extends java.lang.Object implements java.io.SerializableList of countries- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountryListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CountryWsDTO>getCountries()voidsetCountries(java.util.List<CountryWsDTO> countries)
-
-
-
Method Detail
-
setCountries
public void setCountries(java.util.List<CountryWsDTO> countries)
-
getCountries
public java.util.List<CountryWsDTO> getCountries()
-
-