Class SpellingSuggestionData<STATE>
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.facetdata.SpellingSuggestionData<STATE>
-
- All Implemented Interfaces:
java.io.Serializable
public class SpellingSuggestionData<STATE> extends java.lang.Object implements java.io.SerializablePOJO representing a spell checker suggestion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpellingSuggestionData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description STATEgetQuery()java.lang.StringgetSuggestion()voidsetQuery(STATE query)voidsetSuggestion(java.lang.String suggestion)
-