Liferay 6.0-ee

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()
           
 
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()

Liferay 6.0-ee