Class EmailAttachment
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.core.services.pojo.communication.EmailAttachment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmailAttachment(File pFile, String pName) EmailAttachment(InputStream pStream, String pName, String pMimeType) -
Method Summary
Modifier and TypeMethodDescriptiongetFile()getName()voidvoidsetInputStream(InputStream pInputStream) voidsetMimeType(String pMimeType) voidtoString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
EmailAttachment
-
EmailAttachment
-
-
Method Details
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
setName
-
getName
-
setMimeType
-
getMimeType
-
setInputStream
-
getInputStream
-
setFile
-
getFile
-