public static class CatalogJson.PriceJson extends Object
| Constructor and Description |
|---|
PriceJson(Currency currency,
BigDecimal value) |
PriceJson(Price price) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Currency |
getCurrency() |
BigDecimal |
getValue() |
int |
hashCode() |
String |
toString() |
public PriceJson(Currency currency, BigDecimal value)
public PriceJson(Price price) throws CurrencyValueNull
CurrencyValueNullpublic Currency getCurrency()
public BigDecimal getValue()
Copyright © 2010–2022. All rights reserved.