Package com.microstrategy.web.objects
Class WebSearchSuggestionImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebSearchSuggestionImpl
-
- All Implemented Interfaces:
WebSearchSuggestion
public class WebSearchSuggestionImpl extends java.lang.Object implements WebSearchSuggestion
-
-
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)
-
-
-
Method Detail
-
getKeyphrase
public java.lang.String getKeyphrase()
Description copied from interface:WebSearchSuggestion
Returns the keyphrase of the suggestion.- Specified by:
getKeyphrase
in interfaceWebSearchSuggestion
- 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 interfaceWebSearchSuggestion
- Returns:
- frequency of the suggestion.
-
setFrequency
protected void setFrequency(int frequency)
-
-