Compoze Software, Inc.

com.compoze.domino
Class SenderInfo


java.lang.Object

  |

  +--com.compoze.domino.SenderInfo

All Implemented Interfaces:
java.io.Serializable

public class SenderInfo
extends java.lang.Object
implements java.io.Serializable

This class stores summary information about the sender of a memo.

See Also:
Serialized Form

Method Summary
 java.lang.String getAddress()
          Gets the address of the address entry.
 java.lang.String getDisplayAddress()
          Gets the display address of the address entry.
 java.lang.String getName()
          Gets the display name of the address entry.
 java.lang.String toString()
          Returns the string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName


public java.lang.String getName()
Gets the display name of the address entry.
Returns:
the name

getAddress


public java.lang.String getAddress()
Gets the address of the address entry.
Returns:
the address

getDisplayAddress


public java.lang.String getDisplayAddress()
Gets the display address of the address entry. The display address is in the format Joe Smith <joe.smith@company.com>.
Returns:
the display address

toString


public java.lang.String toString()
Returns the string representation of the object.
Overrides:
toString in class java.lang.Object
Returns:
the string representation of the object

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.