Class WebSearchSuggestionImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFrequency()
      Returns the frequency in which the keyphrase appears.
      java.lang.String getKeyphrase()
      Returns the keyphrase of the suggestion.
      protected void setFrequency​(int frequency)  
      protected void setKeyphrase​(java.lang.String keyphrase)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKeyphrase

        public java.lang.String getKeyphrase()
        Description copied from interface: WebSearchSuggestion
        Returns the keyphrase of the suggestion.
        Specified by:
        getKeyphrase in interface WebSearchSuggestion
        Returns:
        keyphrase of the suggestion.
      • setKeyphrase

        protected void setKeyphrase​(java.lang.String keyphrase)
      • getFrequency

        public int getFrequency()
        Description copied from interface: WebSearchSuggestion
        Returns the frequency in which the keyphrase appears.
        Specified by:
        getFrequency in interface WebSearchSuggestion
        Returns:
        frequency of the suggestion.
      • setFrequency

        protected void setFrequency​(int frequency)