Package de.hybris.platform.europe1.jalo
Class Europe1PriceInformation
- java.lang.Object
-
- de.hybris.platform.jalo.order.price.QualifiedPricingInfo
-
- de.hybris.platform.jalo.order.price.PriceInformation
-
- de.hybris.platform.europe1.jalo.Europe1PriceInformation
-
- All Implemented Interfaces:
PDTInformation
public class Europe1PriceInformation extends PriceInformation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Europe1PriceInformation(Europe1PriceInformation src, PriceValue priceValue)
Europe1PriceInformation(PriceRow src, Currency requested)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static PriceValue
createPriceValue(PriceRow row, Currency requested)
protected static java.util.Map
createQualifiers(PriceRow row)
StandardDateRange
getDateRange()
long
getMinQuantity()
PriceRow
getPriceRow()
Unit
getUnit()
-
Methods inherited from class de.hybris.platform.jalo.order.price.PriceInformation
equalsWithoutPriceRow, getPrice, getPriceValue, getValue, toString
-
Methods inherited from class de.hybris.platform.jalo.order.price.QualifiedPricingInfo
getQualifierCount, getQualifierKeys, getQualifiers, getQualifierValue
-
-
-
-
Constructor Detail
-
Europe1PriceInformation
protected Europe1PriceInformation(Europe1PriceInformation src, PriceValue priceValue)
-
-
Method Detail
-
createQualifiers
protected static java.util.Map createQualifiers(PriceRow row)
-
createPriceValue
protected static PriceValue createPriceValue(PriceRow row, Currency requested)
-
getMinQuantity
public long getMinQuantity()
-
getUnit
public Unit getUnit()
-
getDateRange
public StandardDateRange getDateRange()
-
getPriceRow
public PriceRow getPriceRow()
-
-