Class NotificationTargetEntity
java.lang.Object
de.xima.fc.notification.ms.impl.dao.entities.NotificationTargetEntity
Entity representing a notification target, which is a channel through which notifications are sent. Each target is
associated with a notification subscription.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHistoryEntry(NotificationHistoryEntity historyEntry) getId()voidsetChannel(NotificationChannelType channel) voidsetHistory(Set<NotificationHistoryEntity> history) voidvoidsetSubscription(NotificationSubscriptionEntity subscription)
-
Constructor Details
-
NotificationTargetEntity
public NotificationTargetEntity()
-
-
Method Details
-
addHistoryEntry
-
getId
-
getChannel
-
getSubscription
-
getHistory
-
setId
-
setChannel
-
setSubscription
-
setHistory
-