java.lang.Object
org.broadleafcommerce.common.notification.service.type.Notification
org.broadleafcommerce.common.notification.service.type.EmailNotification
All Implemented Interfaces:
Serializable

public class EmailNotification extends Notification
Author:
Nick Crum ncrum
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getEmailAddress

      public String getEmailAddress()
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
    • getAttachments

      public List<Attachment> getAttachments()
    • setAttachments

      public void setAttachments(List<Attachment> attachments)