Compoze Software, Inc.

com.compoze.exchange.activedirectory
Class Contact


java.lang.Object

  |

  +--com.compoze.exchange.activedirectory.AbstractTop

        |

        +--com.compoze.exchange.activedirectory.AbstractPerson

              |

              +--com.compoze.exchange.activedirectory.AbstractOrganizationalPerson

                    |

                    +--com.compoze.exchange.activedirectory.Contact

All Implemented Interfaces:
java.io.Serializable

public class Contact
extends AbstractOrganizationalPerson

This class contains information about a person or company that may be considered a contact, or one that need to be contacted on a regular basis.

See Also:
Serialized Form

Constructor Summary
Contact(Name name)
          Constructor.
 
Method Summary
 java.lang.String getAdditionalNotes()
          Gets additional notes about this contact.
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class com.compoze.exchange.activedirectory.AbstractOrganizationalPerson
getAddress, getAssistant, getComments, getCompany, getCountryCode, getCountryName, getDepartment, getDivision, getEmailAddresses, getEmployeeID, getFaxTelephoneNumber, getHomeTelephoneNumber, getInternationalISDNNumber, getIpAddress, getJobTitle, getMobileTelephoneNumber, getOrganization, getOrganizationalUnitName, getOtherFaxTelephoneNumbers, getOtherHomeTelephoneNumbers, getOtherIpAddresses, getOtherMailboxes, getOtherMobileTelephoneNumbers, getOtherOfficeTelephoneNumbers, getOtherPagerTelephoneNumbers, getOtherTelexTelephoneNumbers, getPagerTelephoneNumber, getTelexTelephoneNumber
 
Methods inherited from class com.compoze.exchange.activedirectory.AbstractPerson
getName, getPassword, getTelephoneNumber
 
Methods inherited from class com.compoze.exchange.activedirectory.AbstractTop
getCommonName, getDescription, getDisplayName, getHomeWebPage, getOtherWebPages, getProxyAddresses, setCommonName, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Contact


public Contact(Name name)
Constructor.
Parameters:
name - name of contact
See Also:
IOrganizationalPersonAttributes.GIVEN_NAME, IOrganizationalPersonAttributes.MIDDLE_NAME, IPersonAttributes.SURNAME, IOrganizationalPersonAttributes.PERSONAL_TITLE, IOrganizationalPersonAttributes.GENERATION_QUALIFIER, IOrganizationalPersonAttributes.INITIALS
Method Detail

getAdditionalNotes


public java.lang.String getAdditionalNotes()
Gets additional notes about this contact.
Returns:
additional notes
See Also:
IContactAttributes.ADDITIONAL_INFORMATION

toString


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

Compoze Software, Inc.

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