Class SpellingSuggestionData<STATE>

java.lang.Object
de.hybris.platform.commerceservices.search.facetdata.SpellingSuggestionData<STATE>
All Implemented Interfaces:
Serializable

public class SpellingSuggestionData<STATE> extends Object implements Serializable
POJO representing a spell checker suggestion.
See Also:
  • Constructor Details

    • SpellingSuggestionData

      public SpellingSuggestionData()
  • Method Details

    • setSuggestion

      public void setSuggestion(String suggestion)
    • getSuggestion

      public String getSuggestion()
    • setQuery

      public void setQuery(STATE query)
    • getQuery

      public STATE getQuery()