Liferay 7.0-ce-m3

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, PortletURL portletURL)
           
Summary(String title, String content, PortletURL portletURL)
           
 
Method Summary
 String getContent()
           
 String getHighlightedContent()
           
 String getHighlightedTitle()
           
 Locale getLocale()
           
 int getMaxContentLength()
           
 PortletURL getPortletURL()
           
 String[] getQueryTerms()
           
 String getTitle()
           
 boolean isHighlight()
           
 void setContent(String content)
           
 void setHighlight(boolean highlight)
           
 void setLocale(Locale locale)
           
 void setMaxContentLength(int maxContentLength)
           
 void setPortletURL(PortletURL portletURL)
           
 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,
               PortletURL portletURL)

Summary

public Summary(String title,
               String content,
               PortletURL portletURL)
Method Detail

getContent

public String getContent()

getHighlightedContent

public String getHighlightedContent()

getHighlightedTitle

public String getHighlightedTitle()

getLocale

public Locale getLocale()

getMaxContentLength

public int getMaxContentLength()

getPortletURL

public PortletURL getPortletURL()

getQueryTerms

public String[] getQueryTerms()

getTitle

public String getTitle()

isHighlight

public boolean isHighlight()

setContent

public void setContent(String content)

setHighlight

public void setHighlight(boolean highlight)

setLocale

public void setLocale(Locale locale)

setMaxContentLength

public void setMaxContentLength(int maxContentLength)

setPortletURL

public void setPortletURL(PortletURL portletURL)

setQueryTerms

public void setQueryTerms(String[] queryTerms)

setTitle

public void setTitle(String title)

Liferay 7.0-ce-m3