Class CurrencyListWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.storesession.CurrencyListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CurrencyListWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Currency List- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurrencyListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CurrencyWsDTO>getCurrencies()voidsetCurrencies(java.util.List<CurrencyWsDTO> currencies)
-
-
-
Method Detail
-
setCurrencies
public void setCurrencies(java.util.List<CurrencyWsDTO> currencies)
-
getCurrencies
public java.util.List<CurrencyWsDTO> getCurrencies()
-
-