com.compoze.exchange
Class MemberInfo
java.lang.Object
|
+--com.compoze.exchange.MemberInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class MemberInfo
- extends java.lang.Object
- implements java.io.Serializable
Provides information about the members of a personal distribution
list. This list is read-only.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getAddress()
Gets the email address of the Member. |
java.lang.String |
getName()
Gets the name of the Member. |
java.lang.String |
getType()
Gets the type of address. |
java.lang.String |
toString()
Returns a string representation of the member info. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getName
public java.lang.String getName()
- Gets the name of the Member.
getAddress
public java.lang.String getAddress()
- Gets the email address of the Member.
getType
public java.lang.String getType()
- Gets the type of address.
- Returns:
- the address type in string form
toString
public java.lang.String toString()
- Returns a string representation of the member info.
- Overrides:
toString
in class java.lang.Object
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.