Return the containing Multipart object, or null if not known. @return the parent Multipart
()
| 43 | * @return the parent Multipart |
| 44 | */ |
| 45 | public Multipart getParent() { |
| 46 | return parent; |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Set the parent of this <code>BodyPart</code> to be the specified |