java.lang.Object
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineCurrencyAmount

public class ShipEngineCurrencyAmount extends Object
  • Constructor Details

    • ShipEngineCurrencyAmount

      public ShipEngineCurrencyAmount(String currency, BigDecimal amount)
    • ShipEngineCurrencyAmount

      public ShipEngineCurrencyAmount()
  • Method Details

    • getCurrency

      public String getCurrency()
    • getAmount

      public BigDecimal getAmount()
    • setCurrency

      public void setCurrency(String currency)
    • setAmount

      public void setAmount(BigDecimal amount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object