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.
Method Summary |
java.lang.String[] |
getFullName()
Gets the full name of the address book entry. |
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.
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
Copyright ©1999-2005 Compoze Software, Inc. All rights reserved.