public class ShopCurrencies
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Currency |
defaultCurrency |
private java.util.List<java.util.Currency> |
items |
Constructor and Description |
---|
ShopCurrencies() |
Modifier and Type | Method and Description |
---|---|
java.util.Currency |
getDefaultCurrency() |
java.util.List<java.util.Currency> |
getItems() |
void |
setDefaultCurrency(java.util.Currency defaultCurrency) |
void |
setItems(java.util.List<java.util.Currency> items) |