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 Summary
Constructors Constructor Description PriceInformation(PriceValue price)PriceInformation(java.util.Map qualifiers, PriceValue price)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequalsWithoutPriceRow(PriceInformation otherPriceInformation)PriceValuegetPrice()Deprecated.since ages - please usegetPriceValue()insteadPriceValuegetPriceValue()The price value.PriceValuegetValue()Returns the PDTValue object.java.lang.StringtoString()-
Methods inherited from class de.hybris.platform.jalo.order.price.QualifiedPricingInfo
getQualifierCount, getQualifierKeys, getQualifiers, getQualifierValue
-
-
-
-
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()insteadThe 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 java.lang.String toString()
- Overrides:
toStringin classQualifiedPricingInfo- See Also:
Object.toString()
-
equalsWithoutPriceRow
public boolean equalsWithoutPriceRow(PriceInformation otherPriceInformation)
-
getValue
public PriceValue getValue()
Description copied from interface:PDTInformationReturns the PDTValue object.- Specified by:
getValuein interfacePDTInformation- Returns:
- the price/discount/tax value
-
-