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

public class RegionWsDTO extends Object implements Serializable
Response body fields which will be returned while fetching the list of country's regions.
See Also:
  • Constructor Details

    • RegionWsDTO

      public RegionWsDTO()
  • Method Details

    • setIsocode

      public void setIsocode(String isocode)
    • getIsocode

      public String getIsocode()
    • setIsocodeShort

      public void setIsocodeShort(String isocodeShort)
    • getIsocodeShort

      public String getIsocodeShort()
    • setCountryIso

      public void setCountryIso(String countryIso)
    • getCountryIso

      public String getCountryIso()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setRole

      public void setRole(String role)
    • getRole

      public String getRole()