Compoze Software, Inc.

portlets.compoze.groupware.mail
Class AddressBookEntry


java.lang.Object

  |

  +--portlets.compoze.groupware.mail.AddressBookEntry

All Implemented Interfaces:
java.io.Serializable

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

This class represents an address book entry.

See Also:
Serialized Form

Constructor Summary
AddressBookEntry(java.lang.String sEmailAddress, java.lang.String sDisplayName)
          Constructor.
 
Method Summary
 java.lang.String getDisplayName()
          Gets the display name.
 java.lang.String getEmailAddress()
          Gets the email address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressBookEntry


public AddressBookEntry(java.lang.String sEmailAddress,
                        java.lang.String sDisplayName)
Constructor.
Parameters:
sEmailAddress - the email address
sDisplayName - the display name
Method Detail

getEmailAddress


public java.lang.String getEmailAddress()
Gets the email address.
Returns:
the email address

getDisplayName


public java.lang.String getDisplayName()
Gets the display name.
Returns:
the display name

Compoze Software, Inc.

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