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
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- CachingFindTaxValueInfoStrategy
protected static class CachingFindTaxValueInfoStrategy.CachedTaxValue extends TaxValue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedTaxValue(PK taxRowPK, java.lang.String code, double value, boolean absolute, java.lang.String currencyIsoCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
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
-
-
-
-
Constructor Detail
-
CachedTaxValue
public CachedTaxValue(PK taxRowPK, java.lang.String code, double value, boolean absolute, java.lang.String currencyIsoCode)
-
-