Home | History | Annotate | Download | only in message

Lines Matching refs:Entity

30  * MIME entity. An entity has a header and a body (see RFC 2045).

33 * @version $Id: Entity.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $
35 public abstract class Entity {
38 private Entity parent = null;
41 * Gets the parent entity of this entity.
42 * Returns <code>null</code> if this is the root entity.
46 public Entity getParent() {
51 * Sets the parent entity of this entity.
53 * @param parent the parent entity or <code>null</code> if
54 * this will be the root entity.
56 public void setParent(Entity parent) {
61 * Gets the entity header.
70 * Sets the entity header.
79 * Gets the body of this entity.
88 * Sets the body of this entity.
98 * Determines the MIME type of this <code>Entity</code>. The MIME type
100 * Content-Type field is set for this <code>Entity</code>.
116 * Determines the MIME character set encoding of this <code>Entity</code>.
126 * Determines the transfer encoding of this <code>Entity</code>.
138 * Determines if the MIME type of this <code>Entity</code> matches the
149 * Determines if the MIME type of this <code>Entity</code> is