Class LanguageQualifierProvider.LanguageQualifier
java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.LanguageQualifierProvider.LanguageQualifier
- All Implemented Interfaces:
Qualifier
- Enclosing class:
- LanguageQualifierProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<U> UgetValueForType(Class<U> type) Extracts a value from thisQualifierobject.inthashCode()Returns a string representation of thisQualifierobject.
-
Constructor Details
-
LanguageQualifier
-
-
Method Details
-
getLanguage
-
getLocale
-
getValueForType
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
Description copied from interface:QualifierReturns a string representation of thisQualifierobject.- Specified by:
toFieldQualifierin interfaceQualifier- Returns:
- a
Stringrepresentation of this object
-
equals
-
hashCode
public int hashCode()
-