Package io.goobi.viewer.model.misc
Class EmailRecipient
java.lang.Object
io.goobi.viewer.model.misc.EmailRecipient
Represents a named email recipient with an identifier, a display label, an email address,
and a flag indicating whether it is the default recipient.
-
Constructor Details
-
EmailRecipient
- Parameters:
id- unique identifier for this recipientlabel- display name of the recipientemailAddress- email address of the recipientdefaultRecipient- true if this is the default recipient
-
-
Method Details