com.liferay.portal.kernel.search
Class Summary
java.lang.Object
com.liferay.portal.kernel.search.Summary
public class Summary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Summary
public Summary(String title,
String content,
PortletURL portletURL)
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)