Class CachingFindTaxValueInfoStrategy.CachedTaxValue
java.lang.Object
de.hybris.platform.util.TaxValue
de.hybris.platform.order.strategies.calculation.pdt.impl.CachingFindTaxValueInfoStrategy.CachedTaxValue
- All Implemented Interfaces:
PDTValue,Serializable,Cloneable
- Enclosing class:
- CachingFindTaxValueInfoStrategy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCachedTaxValue(PK taxRowPK, String code, double value, boolean absolute, String currencyIsoCode) -
Method Summary
Methods inherited from class de.hybris.platform.util.TaxValue
apply, apply, clone, getAppliedValue, getCode, getCurrencyIsoCode, getValue, isAbsolute, parseTaxValue, parseTaxValueCollection, sumAbsoluteTaxValues, sumAppliedTaxValues, sumRelativeTaxValues, toString, toString, unapply