public class CurrenciesDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
CurrenciesDTO()
Generated constructor - for generic creation.
|
CurrenciesDTO(List<CurrencyDTO> currenciesList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<CurrencyDTO> |
getCurrencies() |
void |
setCurrencies(List<CurrencyDTO> currenciesList) |
public CurrenciesDTO()
public CurrenciesDTO(List<CurrencyDTO> currenciesList)
public List<CurrencyDTO> getCurrencies()
public void setCurrencies(List<CurrencyDTO> currenciesList)
currenciesList - the currenciesList to setCopyright © 2017 SAP SE. All Rights Reserved.