Package de.hybris.platform.europe1.jalo
Class Europe1PriceFactory.CachedTax
- java.lang.Object
-
- de.hybris.platform.europe1.jalo.Europe1PriceFactory.CachedTax
-
- Enclosing class:
- Europe1PriceFactory
protected static class Europe1PriceFactory.CachedTax extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
ANY
protected DateRange
dateRange
protected long
productMatchQualifier
protected PK
rowPK
protected long
userMatchQualifier
protected Europe1PriceFactory.CachedTaxValue
value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
protected boolean
matches(long pPK, long ptgPK, long uPK, long utgPK, java.util.Date date)
-
-
-
Field Detail
-
ANY
protected static final long ANY
-
productMatchQualifier
protected final long productMatchQualifier
-
userMatchQualifier
protected final long userMatchQualifier
-
rowPK
protected final PK rowPK
-
dateRange
protected final DateRange dateRange
-
value
protected final Europe1PriceFactory.CachedTaxValue value
-
-
Constructor Detail
-
CachedTax
protected CachedTax(TaxRow row)
-
-