Package org.javlo.mailing
Class MailService.Attachment
- java.lang.Object
-
- org.javlo.mailing.MailService.Attachment
-
- Enclosing class:
- MailService
public static class MailService.Attachment extends Object
-
-
Constructor Summary
Constructors Constructor Description Attachment(String name, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()StringgetName()voidsetData(byte[] data)voidsetName(String name)
-