java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.user.CountryWsDTO
All Implemented Interfaces:
Serializable

public class CountryWsDTO extends Object implements Serializable
Response body fields which will be returned while fetching the list of countries. The DTO is in XML or .json format
See Also:
  • Constructor Details

    • CountryWsDTO

      public CountryWsDTO()
  • Method Details

    • setIsocode

      public void setIsocode(String isocode)
    • getIsocode

      public String getIsocode()
    • setName

      public void setName(String name)
    • getName

      public String getName()