Class SpellingSuggestionWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.search.facetdata.SpellingSuggestionWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class SpellingSuggestionWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Spell Checker Suggestion- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpellingSuggestionWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetQuery()java.lang.StringgetSuggestion()voidsetQuery(java.lang.String query)voidsetSuggestion(java.lang.String suggestion)
-