java.lang.Object | +--javax.mail.BodyPart
This class models a Part that is contained within a Multipart. This is an abstract class. Subclasses provide actual implementations.
BodyPart implements the Part interface. Thus, it contains a set of attributes and a "content".
parent The Multipart object containing thisBodyPart , if known. |
Fields inherited from interface javax.mail.Part |
ATTACHMENT,INLINE |
BodyPart() |
getParent() Return the containing Multipart object, ornull if not known. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
protectedMultipartparent
Multipart
object containing thisBodyPart
, if known.publicBodyPart()
publicMultipartgetParent()
Multipart
object, ornull
if not known.