Class FulfillmentPriceAmount

  • All Implemented Interfaces:
    com.broadleafcommerce.money.CurrencyConsumer, javax.money.CurrencySupplier

    public class FulfillmentPriceAmount
    extends Object
    implements com.broadleafcommerce.money.CurrencyConsumer, javax.money.CurrencySupplier
    Currency aware amount for fulfillment pricing
    Author:
    Chad Harchar (charchar)
    • Constructor Detail

      • FulfillmentPriceAmount

        public FulfillmentPriceAmount()
    • Method Detail

      • getAmount

        public javax.money.MonetaryAmount getAmount()
      • getCurrency

        public javax.money.CurrencyUnit getCurrency()
        Specified by:
        getCurrency in interface javax.money.CurrencySupplier
      • setAmount

        public void setAmount​(javax.money.MonetaryAmount amount)
      • setCurrency

        public void setCurrency​(javax.money.CurrencyUnit currency)
        Specified by:
        setCurrency in interface com.broadleafcommerce.money.CurrencyConsumer
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object