java.lang.Object
ch.tocco.nice2.optional.cms.impl.publicflows.mailform.MailFormConf

public class MailFormConf extends Object
Contains the configuration for a mail form widget.
  • Constructor Details

    • MailFormConf

      public MailFormConf()
  • Method Details

    • getPrimaryKey

      public PrimaryKey getPrimaryKey()
    • setPrimaryKey

      public void setPrimaryKey(PrimaryKey primaryKey)
    • getSubject

      public Optional<String> getSubject()
    • setSubject

      public void setSubject(String subject)
    • getReceiver

      public Optional<String> getReceiver()
    • setReceiver

      public void setReceiver(String receiver)
    • getCc

      public Optional<String> getCc()
    • setCc

      public void setCc(String cc)
    • getBcc

      public Optional<String> getBcc()
    • setBcc

      public void setBcc(String bcc)
    • getRecipient

      public Optional<Entity> getRecipient()
    • setRecipient

      public void setRecipient(@Nullable @Nullable Entity recipient)
    • getCcRecipients

      public Iterable<Entity> getCcRecipients()
    • setCcRecipients

      public void setCcRecipients(Iterable<Entity> ccRecipients)
    • getBccRecipients

      public Iterable<Entity> getBccRecipients()
    • setBccRecipients

      public void setBccRecipients(Iterable<Entity> bccRecipients)
    • getEmailTemplate

      public Entity getEmailTemplate()
    • setEmailTemplate

      public void setEmailTemplate(Entity emailTemplate)
    • isWithCopyToSender

      public boolean isWithCopyToSender()
    • setWithCopyToSender

      public void setWithCopyToSender(boolean withCopyToSender)