Searched defs:Entity (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DEntity.java33 * @version $Id: Entity.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $
35 public abstract class Entity { class
38 private Entity parent = null;
46 public Entity getParent() {
56 public void setParent(Entity parent) {
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</cod
[all...]

Completed in 114 milliseconds