Class JpaPriceDataTier

    • Constructor Detail

      • JpaPriceDataTier

        public JpaPriceDataTier()
    • Method Detail

      • getPrice

        public javax.money.MonetaryAmount getPrice()
      • setPrice

        public void setPrice​(javax.money.MonetaryAmount price)
      • getCurrency

        public javax.money.CurrencyUnit getCurrency()
        Transient property that holds the parent price list currency in order to convert price to a MonetaryAmount.
      • getMinQuantity

        public Integer getMinQuantity()
      • setCurrency

        public void setCurrency​(javax.money.CurrencyUnit currency)
        Transient property that holds the parent price list currency in order to convert price to a MonetaryAmount.
      • setMinQuantity

        public void setMinQuantity​(Integer minQuantity)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object