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 Object implements Qualifier
  • Constructor Details

    • CurrencyQualifier

      public CurrencyQualifier(CurrencyModel currency)
  • Method Details

    • getCurrency

      public CurrencyModel getCurrency()
    • getValueForType

      public <U> U getValueForType(Class<U> type)
      Description copied from interface: Qualifier
      Extracts a value from this Qualifier object. The type should be one of the supported types of the corresponding provider (see QualifierProvider.getSupportedTypes()).
      Specified by:
      getValueForType in interface Qualifier
      Parameters:
      type - - the type of the value to extract
      Returns:
      the extracted value
    • toFieldQualifier

      public String toFieldQualifier()
      Description copied from interface: Qualifier
      Returns a string representation of this Qualifier object.
      Specified by:
      toFieldQualifier in interface Qualifier
      Returns:
      a String representation of this object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object