Liferay 7.0-ce-b4

com.liferay.portal.kernel.search
Class Summary

java.lang.Object
  extended by com.liferay.portal.kernel.search.Summary

public class Summary
extends Object


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

Constructor Detail

Summary

public Summary(Locale locale,
               String title,
               String content)

Summary

public Summary(String title,
               String content)
Method Detail

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)

Liferay 7.0-ce-b4