org.benjp.model
Class NotificationBean
java.lang.Object
org.benjp.model.NotificationBean
public class NotificationBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationBean
public NotificationBean()
getUser
public String getUser()
setUser
public void setUser(String user)
getType
public String getType()
setType
public void setType(String type)
getContent
public String getContent()
setContent
public void setContent(String content)
getLink
public String getLink()
setLink
public void setLink(String link)
getTimestamp
public Long getTimestamp()
setTimestamp
public void setTimestamp(Long timestamp)
getFrom
public String getFrom()
setFrom
public void setFrom(String from)
getCategory
public String getCategory()
setCategory
public void setCategory(String category)
getCategoryId
public String getCategoryId()
setCategoryId
public void setCategoryId(String categoryId)
toJSON
public String toJSON()
notificationstoJSON
public static String notificationstoJSON(List<NotificationBean> notificationBeans)
Copyright © 2003-2014 eXo Platform SAS. All Rights Reserved.