Class CurrencyQualifierProvider.CurrencyQualifier
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.CurrencyQualifierProvider.CurrencyQualifier
-
- All Implemented Interfaces:
Qualifier
- Enclosing class:
- CurrencyQualifierProvider
protected static class CurrencyQualifierProvider.CurrencyQualifier extends java.lang.Object implements Qualifier
-
-
Constructor Summary
Constructors Constructor Description CurrencyQualifier(CurrencyModel currency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)CurrencyModelgetCurrency()<U> UgetValueForType(java.lang.Class<U> type)Extracts a value from thisQualifierobject.inthashCode()java.lang.StringtoFieldQualifier()Returns a string representation of thisQualifierobject.
-
-
-
Constructor Detail
-
CurrencyQualifier
public CurrencyQualifier(CurrencyModel currency)
-
-
Method Detail
-
getCurrency
public CurrencyModel getCurrency()
-
getValueForType
public <U> U getValueForType(java.lang.Class<U> type)
Description copied from interface:QualifierExtracts a value from thisQualifierobject. The type should be one of the supported types of the corresponding provider (seeQualifierProvider.getSupportedTypes()).- Specified by:
getValueForTypein interfaceQualifier- Parameters:
type- - the type of the value to extract- Returns:
- the extracted value
-
toFieldQualifier
public java.lang.String toFieldQualifier()
Description copied from interface:QualifierReturns a string representation of thisQualifierobject.- Specified by:
toFieldQualifierin interfaceQualifier- Returns:
- a
Stringrepresentation of this object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-