Compoze Software, Inc.

portlets.compoze.groupware
Class RecipientInfo.UnresolvedRecipient.AmbiguousEntry


java.lang.Object

  |

  +--portlets.compoze.groupware.RecipientInfo.UnresolvedRecipient.AmbiguousEntry

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RecipientInfo.UnresolvedRecipient

public static class RecipientInfo.UnresolvedRecipient.AmbiguousEntry
extends java.lang.Object
implements java.io.Serializable

This class represents an ambiguous entry.

See Also:
Serialized Form

Constructor Summary
RecipientInfo.UnresolvedRecipient.AmbiguousEntry(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

RecipientInfo.UnresolvedRecipient.AmbiguousEntry


public RecipientInfo.UnresolvedRecipient.AmbiguousEntry(java.lang.String sEmailAddress,
                                                        java.lang.String sDisplayName)
Constructor.
Parameters:
sEmailAddress - the email address (may not be null)
sDisplayName - the display name
Method Detail

getDisplayName


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

getEmailAddress


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

Compoze Software, Inc.

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