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