Class PriceInformation

java.lang.Object
de.hybris.platform.jalo.order.price.QualifiedPricingInfo
de.hybris.platform.jalo.order.price.PriceInformation
All Implemented Interfaces:
PDTInformation
Direct Known Subclasses:
Europe1PriceInformation

public class PriceInformation extends QualifiedPricingInfo implements PDTInformation
The info row object which describes a possible price.
  • Constructor Details

    • PriceInformation

      public PriceInformation(PriceValue price)
    • PriceInformation

      public PriceInformation(Map qualifiers, PriceValue price)
  • Method Details

    • getPrice

      @Deprecated(since="ages", forRemoval=false) 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.
    • toString

      public String toString()
      Overrides:
      toString in class QualifiedPricingInfo
      See Also:
    • equalsWithoutPriceRow

      public boolean equalsWithoutPriceRow(PriceInformation otherPriceInformation)
    • getValue

      public PriceValue getValue()
      Description copied from interface: PDTInformation
      Returns the PDTValue object.
      Specified by:
      getValue in interface PDTInformation
      Returns:
      the price/discount/tax value