Compoze Software, Inc.

com.compoze.collab.domino
Interface IDominoPerson

All Known Subinterfaces:
IDominoAddressEntry, IDominoContact

public interface IDominoPerson

This interface is extended by IDominoAddressEntry and IDominoContact so that they may share their common fields.


Field Summary
static Key FULL_NAME
          Key that represents the address entry full name.
static int KEYID_FULL_NAME
          The int ID for the FULL_NAME key.
 
Method Summary
 java.lang.String[] getFullName()
          Gets the full name of the address book entry.
 

Field Detail

KEYID_FULL_NAME

public static final int KEYID_FULL_NAME
The int ID for the FULL_NAME key.

FULL_NAME

public static final Key FULL_NAME
Key that represents the address entry full name.
Method Detail

getFullName

public java.lang.String[] getFullName()
                               throws CollaborationException
Gets the full name of the address book entry.
Returns:
the full name of the address book entry (not null)
See Also:
FULL_NAME

Compoze Software, Inc.

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