Package org.cswteams.ms3.entity
Class Notification
java.lang.Object
org.cswteams.ms3.entity.Notification
This entity represents an element of the notification system.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor needed by LombokNotification(User user, String message) Create a new notification for the specific User, with a specific text. -
Method Summary
-
Constructor Details
-
Notification
protected Notification()Default constructor needed by Lombok -
Notification
Create a new notification for the specific User, with a specific text.- Parameters:
user- User to be notifiedmessage- message to be delivered
-