Package de.hybris.platform.europe1.jalo
Class Europe1PriceFactory.CachedTaxValue
- java.lang.Object
-
- de.hybris.platform.util.TaxValue
-
- de.hybris.platform.europe1.jalo.Europe1PriceFactory.CachedTaxValue
-
- All Implemented Interfaces:
PDTValue
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- Europe1PriceFactory
protected static class Europe1PriceFactory.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
-
Methods inherited from class de.hybris.platform.util.TaxValue
apply, apply, clone, equals, getAppliedValue, getCode, getCurrencyIsoCode, getValue, hashCode, 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)
-
-