Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.mail
Class Address  view Address download Address.java

java.lang.Object
  extended byjavax.mail.Address
All Implemented Interfaces:
java.io.Serializable

public abstract class Address
extends java.lang.Object
implements java.io.Serializable

This abstract class models the addresses in a message. Addresses are Serializable so that they may be serialized along with other search terms.

Version:
$Rev: 125583 $ $Date: 2005-01-18 19:44:27 -0800 (Tue, 18 Jan 2005) $

Constructor Summary
Address()
           
 
Method Summary
abstract  boolean equals(java.lang.Object object)
          Subclasses must provide a suitable implementation of equals().
abstract  java.lang.String getType()
          Return a String that identifies this address type.
abstract  java.lang.String toString()
          Subclasses must provide a suitable representation of their address.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

equals

public abstract boolean equals(java.lang.Object object)
Subclasses must provide a suitable implementation of equals().


getType

public abstract java.lang.String getType()
Return a String that identifies this address type.


toString

public abstract java.lang.String toString()
Subclasses must provide a suitable representation of their address.