Class EmailInfo
java.lang.Object
org.broadleafcommerce.common.email.service.info.EmailInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NullEmailInfo
- Author:
- jfischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()voidsetAttachments(List<Attachment> attachments) voidsetEmailTemplate(String emailTemplate) voidsetEmailType(String emailType) voidsetEncoding(String encoding) voidsetFromAddress(String fromAddress) voidsetHeaders(Map<String, String> headers) voidsetMessageBody(String messageBody) voidsetSendAsyncPriority(String sendAsyncPriority) voidsetSendEmailReliableAsync(String sendEmailReliableAsync) voidsetSubject(String subject)
-
Constructor Details
-
EmailInfo
public EmailInfo()
-
-
Method Details
-
getEmailType
- Returns:
- the emailType
-
setEmailType
- Parameters:
emailType- the emailType to set
-
getEmailTemplate
- Returns:
- the emailTemplate
-
setEmailTemplate
- Parameters:
emailTemplate- the emailTemplate to set
-
getSubject
- Returns:
- the subject
-
setSubject
- Parameters:
subject- the subject to set
-
getFromAddress
- Returns:
- the fromAddress
-
setFromAddress
- Parameters:
fromAddress- the fromAddress to set
-
getSendEmailReliableAsync
- Returns:
- the sendEmailReliableAsync
-
setSendEmailReliableAsync
- Parameters:
sendEmailReliableAsync- the sendEmailReliableAsync to set
-
getSendAsyncPriority
- Returns:
- the sendAsyncPriority
-
setSendAsyncPriority
- Parameters:
sendAsyncPriority- the sendAsyncPriority to set
-
getMessageBody
-
setMessageBody
-
getAttachments
-
setAttachments
-
getHeaders
-
setHeaders
-
addHeader
-
getEncoding
-
setEncoding
-
clone
-