Liferay 6.2-ce-ga5

com.liferay.portal.kernel.notifications
Class UserNotificationFeedEntry

java.lang.Object
  extended by com.liferay.portal.kernel.notifications.UserNotificationFeedEntry

public class UserNotificationFeedEntry
extends Object


Constructor Summary
UserNotificationFeedEntry(String body, String link)
           
 
Method Summary
 String getBody()
           
 String getLink()
           
 String getPortletId()
           
 void setBody(String body)
           
 void setLink(String link)
           
 void setPortletId(String portletId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserNotificationFeedEntry

public UserNotificationFeedEntry(String body,
                                 String link)
Method Detail

getBody

public String getBody()

getLink

public String getLink()

getPortletId

public String getPortletId()

setBody

public void setBody(String body)

setLink

public void setLink(String link)

setPortletId

public void setPortletId(String portletId)

Liferay 6.2-ce-ga5