Class SocialRequestFeedEntry

Object
com.liferay.social.kernel.model.SocialRequestFeedEntry

public class SocialRequestFeedEntry extends Object
Author:
Brian Wing Shun Chan
  • Constructor Details

    • SocialRequestFeedEntry

      public SocialRequestFeedEntry(String title, String body)
  • Method Details

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