Class Attachment
java.lang.Object
org.broadleafcommerce.common.email.service.message.Attachment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getData()voidsetData(byte[] data) voidsetFilename(String filename) voidsetMimeType(String mimeType)
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
getFilename
-
setFilename
-
getData
public byte[] getData() -
setData
public void setData(byte[] data) -
getMimeType
-
setMimeType
-