com.liferay.portal.kernel.search
Class Summary
java.lang.Object
com.liferay.portal.kernel.search.Summary
public class Summary
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Summary
public Summary(Locale locale,
String title,
String content)
Summary
public Summary(String title,
String content)
getContent
public String getContent()
getHighlightedContent
public String getHighlightedContent()
getHighlightedTitle
public String getHighlightedTitle()
getLocale
public Locale getLocale()
getMaxContentLength
public int getMaxContentLength()
getQueryTerms
public String[] getQueryTerms()
getTitle
public String getTitle()
isEscape
public boolean isEscape()
isHighlight
public boolean isHighlight()
setContent
public void setContent(String content)
setEscape
public void setEscape(boolean escape)
setHighlight
public void setHighlight(boolean highlight)
setLocale
public void setLocale(Locale locale)
setMaxContentLength
public void setMaxContentLength(int maxContentLength)
setQueryTerms
public void setQueryTerms(String[] queryTerms)
setTitle
public void setTitle(String title)