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
The info row object which describes a possible discount.
-
Constructor Summary
ConstructorsConstructorDescriptionDiscountInformation(DiscountValue value) DiscountInformation(Map qualifiers, DiscountValue value) -
Method Summary
Modifier and TypeMethodDescriptionGets the discount value.getValue()Returns the PDTValue object.Methods inherited from class de.hybris.platform.jalo.order.price.QualifiedPricingInfo
getQualifierCount, getQualifierKeys, getQualifiers, getQualifierValue, toString
-
Constructor Details
-
DiscountInformation
-
DiscountInformation
-
-
Method Details
-
getValue
Description copied from interface:PDTInformationReturns the PDTValue object.- Specified by:
getValuein interfacePDTInformation- Returns:
- the price/discount/tax value
-
getDiscountValue
Gets the discount value.- Returns:
- the discount value
-