Class StoreCountListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.store.StoreCountListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreCountListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Store Count List- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreCountListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<StoreCountWsDTO>getCountriesAndRegionsStoreCount()voidsetCountriesAndRegionsStoreCount(java.util.List<StoreCountWsDTO> countriesAndRegionsStoreCount)
-
-
-
Method Detail
-
setCountriesAndRegionsStoreCount
public void setCountriesAndRegionsStoreCount(java.util.List<StoreCountWsDTO> countriesAndRegionsStoreCount)
-
getCountriesAndRegionsStoreCount
public java.util.List<StoreCountWsDTO> getCountriesAndRegionsStoreCount()
-
-