Class NotificationSubscriptionEntity
java.lang.Object
de.xima.fc.notification.ms.impl.dao.entities.NotificationSubscriptionEntity
Entity representing a notification subscription. Each subscription is associated with an assignee (either a user or
the system) and a specific type of notification. The subscription can have multiple notification targets (e.g.,
email, SMS) where notifications will be sent.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAssigneeId(Long assigneeId) voidsetAssigneeType(NotificationAssigneeType assigneeType) voidvoidsetNotificationType(NotificationType notificationType) voidsetTargets(Set<NotificationTargetEntity> targets)
-
Constructor Details
-
NotificationSubscriptionEntity
public NotificationSubscriptionEntity()
-
-
Method Details
-
getId
-
getAssigneeType
-
getAssigneeId
-
getNotificationType
-
getTargets
-
setId
-
setAssigneeType
-
setAssigneeId
-
setNotificationType
-
setTargets
-