Liferay 6.2-ce-ga5

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()
           
 Locale getLocale()
           
 int getMaxContentLength()
           
 PortletURL getPortletURL()
           
 String getTitle()
           
 void setContent(String content)
           
 void setLocale(Locale locale)
           
 void setMaxContentLength(int maxContentLength)
           
 void setPortletURL(PortletURL portletURL)
           
 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()

getLocale

public Locale getLocale()

getMaxContentLength

public int getMaxContentLength()

getPortletURL

public PortletURL getPortletURL()

getTitle

public String getTitle()

setContent

public void setContent(String content)

setLocale

public void setLocale(Locale locale)

setMaxContentLength

public void setMaxContentLength(int maxContentLength)

setPortletURL

public void setPortletURL(PortletURL portletURL)

setTitle

public void setTitle(String title)

Liferay 6.2-ce-ga5