Class SpellingSuggestionData<STATE>

  • All Implemented Interfaces:
    java.io.Serializable

    public class SpellingSuggestionData<STATE>
    extends java.lang.Object
    implements java.io.Serializable
    POJO representing a spell checker suggestion.
    See Also:
    Serialized Form
    • Constructor Detail

      • SpellingSuggestionData

        public SpellingSuggestionData()
    • Method Detail

      • setSuggestion

        public void setSuggestion​(java.lang.String suggestion)
      • getSuggestion

        public java.lang.String getSuggestion()
      • setQuery

        public void setQuery​(STATE query)
      • getQuery

        public STATE getQuery()