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 intgetFrequency()Returns the frequency in which the keyphrase appears.java.lang.StringgetKeyphrase()Returns the keyphrase of the suggestion.protected voidsetFrequency(int frequency)protected voidsetKeyphrase(java.lang.String keyphrase) 
 - 
 
- 
- 
Method Detail
- 
getKeyphrase
public java.lang.String getKeyphrase()
Description copied from interface:WebSearchSuggestionReturns the keyphrase of the suggestion.- Specified by:
 getKeyphrasein interfaceWebSearchSuggestion- Returns:
 - keyphrase of the suggestion.
 
 
- 
setKeyphrase
protected void setKeyphrase(java.lang.String keyphrase)
 
- 
getFrequency
public int getFrequency()
Description copied from interface:WebSearchSuggestionReturns the frequency in which the keyphrase appears.- Specified by:
 getFrequencyin interfaceWebSearchSuggestion- Returns:
 - frequency of the suggestion.
 
 
- 
setFrequency
protected void setFrequency(int frequency)
 
 - 
 
 -