Liferay 6.2-ce-ga5

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

getBody

public String getBody()

getPortletId

public String getPortletId()

getTitle

public String getTitle()

setBody

public void setBody(String body)

setPortletId

public void setPortletId(String portletId)

setTitle

public void setTitle(String title)

Liferay 6.2-ce-ga5