|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mime4j.message.AbstractBody
public abstract class AbstractBody
Abstract Body
implementation providing the parent
functionality required by bodies.
Constructor Summary | |
---|---|
AbstractBody()
|
Method Summary | |
---|---|
Entity |
getParent()
Gets the parent of this body. |
void |
setParent(Entity parent)
Sets the parent of this body. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.james.mime4j.message.Body |
---|
writeTo |
Constructor Detail |
---|
public AbstractBody()
Method Detail |
---|
public Entity getParent()
Body
getParent
in interface Body
Body.getParent()
public void setParent(Entity parent)
Body
setParent
in interface Body
parent
- the parent.Body.setParent(org.apache.james.mime4j.message.Entity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |