Interface UsersNotification
-
- All Superinterfaces:
Comparable<UsersNotification>
- All Known Implementing Classes:
UsersNotificationImpl
public interface UsersNotification extends Comparable<UsersNotification>
Class to store output of database query for notifications associated with a specific user The plan is needed for the UI display.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationRule
getNotificationRule()
The notification rulePlan
getPlan()
The plan the notification rule applies to-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getPlan
Plan getPlan()
The plan the notification rule applies to- Returns:
-
getNotificationRule
NotificationRule getNotificationRule()
The notification rule- Returns:
-
-