Class CountryWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.user.CountryWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CountryWsDTO extends java.lang.Object implements java.io.SerializableResponse body fields which will be returned while fetching the list of countries. The DTO is in XML or .json format- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountryWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIsocode()java.lang.StringgetName()voidsetIsocode(java.lang.String isocode)voidsetName(java.lang.String name)
-