Liferay 6.0.5

com.liferay.portlet.social.model
Class SocialRequestFeedEntry

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialRequestFeedEntry

public class SocialRequestFeedEntry
extends Object


Constructor Summary
SocialRequestFeedEntry(String title, String body)
           
 
Method Summary
 String getBody()
           
 String getPortletId()
           
 String getTitle()
           
 void setBody(String body)
           
 void setPortletId(String portletId)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestFeedEntry

public SocialRequestFeedEntry(String title,
                              String body)
Method Detail

getPortletId

public String getPortletId()

setPortletId

public void setPortletId(String portletId)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getBody

public String getBody()

setBody

public void setBody(String body)

Liferay 6.0.5