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