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