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
The info row object which describes a possible price.
-
Constructor Summary
ConstructorsConstructorDescriptionPriceInformation(PriceValue price) PriceInformation(Map qualifiers, PriceValue price) -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsWithoutPriceRow(PriceInformation otherPriceInformation) getPrice()Deprecated.The price value.getValue()Returns the PDTValue object.toString()Methods inherited from class de.hybris.platform.jalo.order.price.QualifiedPricingInfo
getQualifierCount, getQualifierKeys, getQualifiers, getQualifierValue
-
Constructor Details
-
PriceInformation
-
PriceInformation
-
-
Method Details
-
getPrice
Deprecated.since ages - please usegetPriceValue()insteadThe price value. All affecting parameters like currency, gross/net , ... are passed to the pricefactory before and are considered in this value. -
getPriceValue
The price value. All affecting parameters like currency, gross/net , ... are passed to the pricefactory before and are considered in this value. -
toString
- Overrides:
toStringin classQualifiedPricingInfo- See Also:
-
equalsWithoutPriceRow
-
getValue
Description copied from interface:PDTInformationReturns the PDTValue object.- Specified by:
getValuein interfacePDTInformation- Returns:
- the price/discount/tax value
-
getPriceValue()instead