Class PriceInformation

    • Constructor Detail

      • PriceInformation

        public PriceInformation​(PriceValue price)
      • PriceInformation

        public PriceInformation​(java.util.Map qualifiers,
                                PriceValue price)
    • Method Detail

      • getPrice

        @Deprecated
        public PriceValue getPrice()
        Deprecated.
        since ages - please usegetPriceValue() instead
        The price value. All affecting parameters like currency, gross/net , ... are passed to the pricefactory before and are considered in this value.
      • getPriceValue

        public PriceValue getPriceValue()
        The price value. All affecting parameters like currency, gross/net , ... are passed to the pricefactory before and are considered in this value.
      • equalsWithoutPriceRow

        public boolean equalsWithoutPriceRow​(PriceInformation otherPriceInformation)