Class ShipEngineCurrencyAmount
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineCurrencyAmount
-
public class ShipEngineCurrencyAmount extends Object
-
-
Constructor Summary
Constructors Constructor Description ShipEngineCurrencyAmount()ShipEngineCurrencyAmount(String currency, BigDecimal amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BigDecimalgetAmount()StringgetCurrency()inthashCode()voidsetAmount(BigDecimal amount)voidsetCurrency(String currency)StringtoString()
-
-
-
Constructor Detail
-
ShipEngineCurrencyAmount
public ShipEngineCurrencyAmount(String currency, BigDecimal amount)
-
ShipEngineCurrencyAmount
public ShipEngineCurrencyAmount()
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
getAmount
public BigDecimal getAmount()
-
setCurrency
public void setCurrency(String currency)
-
setAmount
public void setAmount(BigDecimal amount)
-
canEqual
protected boolean canEqual(Object other)
-
-