Liferay 6.1.2-ce-ga3

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(String title, String content, PortletURL portletURL)
           
 
Method Summary
 String getContent()
           
 PortletURL getPortletURL()
           
 String getTitle()
           
 void setContent(String content)
           
 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(String title,
               String content,
               PortletURL portletURL)
Method Detail

getContent

public String getContent()

getPortletURL

public PortletURL getPortletURL()

getTitle

public String getTitle()

setContent

public void setContent(String content)

setPortletURL

public void setPortletURL(PortletURL portletURL)

setTitle

public void setTitle(String title)

Liferay 6.1.2-ce-ga3