Class DiscountInformation
- java.lang.Object
-
- de.hybris.platform.jalo.order.price.QualifiedPricingInfo
-
- de.hybris.platform.jalo.order.price.DiscountInformation
-
- All Implemented Interfaces:
PDTInformation
- Direct Known Subclasses:
Europe1DiscountInformation
public class DiscountInformation extends QualifiedPricingInfo implements PDTInformation
The info row object which describes a possible discount.
-
-
Constructor Summary
Constructors Constructor Description DiscountInformation(DiscountValue value)
DiscountInformation(java.util.Map qualifiers, DiscountValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscountValue
getDiscountValue()
Gets the discount value.DiscountValue
getValue()
Returns the PDTValue object.-
Methods inherited from class de.hybris.platform.jalo.order.price.QualifiedPricingInfo
getQualifierCount, getQualifierKeys, getQualifiers, getQualifierValue, toString
-
-
-
-
Constructor Detail
-
DiscountInformation
public DiscountInformation(DiscountValue value)
-
DiscountInformation
public DiscountInformation(java.util.Map qualifiers, DiscountValue value)
-
-
Method Detail
-
getValue
public DiscountValue getValue()
Description copied from interface:PDTInformation
Returns the PDTValue object.- Specified by:
getValue
in interfacePDTInformation
- Returns:
- the price/discount/tax value
-
getDiscountValue
public DiscountValue getDiscountValue()
Gets the discount value.- Returns:
- the discount value
-
-