java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.search.facetdata.SpellingSuggestionWsDTO
All Implemented Interfaces:
Serializable

public class SpellingSuggestionWsDTO extends Object implements Serializable
Representation of a Spell Checker Suggestion
See Also:
  • Constructor Details

    • SpellingSuggestionWsDTO

      public SpellingSuggestionWsDTO()
  • Method Details

    • setSuggestion

      public void setSuggestion(String suggestion)
    • getSuggestion

      public String getSuggestion()
    • setQuery

      public void setQuery(String query)
    • getQuery

      public String getQuery()