Package org.javlo.service
Class NotificationService.NotificationContainer
- java.lang.Object
-
- org.javlo.service.NotificationService.NotificationContainer
-
- Enclosing class:
- NotificationService
public static final class NotificationService.NotificationContainer extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationContainer(NotificationService.Notification notification, boolean read, String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationService.Notification
getNotification()
String
getUserId()
boolean
isRead()
void
setNotification(NotificationService.Notification notification)
void
setRead(boolean read)
void
setUserId(String userId)
-
-
-
Constructor Detail
-
NotificationContainer
public NotificationContainer(NotificationService.Notification notification, boolean read, String userId)
-
-
Method Detail
-
getNotification
public NotificationService.Notification getNotification()
-
setNotification
public void setNotification(NotificationService.Notification notification)
-
isRead
public boolean isRead()
-
setRead
public void setRead(boolean read)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
-