Class WebNotifInfoData
- java.lang.Object
-
- org.exoplatform.commons.notification.impl.service.storage.cache.model.WebNotifInfoData
-
- All Implemented Interfaces:
Serializable
public class WebNotifInfoData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebNotifInfoData(org.exoplatform.commons.api.notification.model.NotificationInfo notificationInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.commons.api.notification.model.NotificationInfobuild()booleanequals(Object o)StringgetTo()inthashCode()StringtoString()WebNotifInfoDataupdateRead(boolean isRead)WebNotifInfoDataupdateShowPopover(boolean isShow)
-
-
-
Method Detail
-
build
public org.exoplatform.commons.api.notification.model.NotificationInfo build()
-
getTo
public String getTo()
-
updateRead
public WebNotifInfoData updateRead(boolean isRead)
-
updateShowPopover
public WebNotifInfoData updateShowPopover(boolean isShow)
-
-