Package org.bedework.calfacade.mail
Class ObjectAttachment
java.lang.Object
org.bedework.calfacade.mail.ObjectAttachment
- All Implemented Interfaces:
Serializable,Attachment
An attachment represented by an object in memory.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVal()voidsetMimeType(String val) voidsetOriginalName(String val) voidtoString()Return a value of the form: ObjectAttachment[mimeType originalName String.valueOf(val)]
-
Constructor Details
-
ObjectAttachment
public ObjectAttachment() -
ObjectAttachment
- Parameters:
val-originalName-mimeType-
-
-
Method Details
-
setVal
- Parameters:
val-
-
getVal
- Returns:
- value
-
setOriginalName
- Parameters:
val-
-
getOriginalName
- Returns:
- value
-
setMimeType
- Parameters:
val-
-
getMimeType
- Returns:
- value
-
toString
Return a value of the form: ObjectAttachment[mimeType originalName String.valueOf(val)]
-