Compoze Software, Inc.

com.compoze.exchange.activedirectory
Class AbstractPerson


java.lang.Object

  |

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

        |

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractOrganizationalPerson

public abstract class AbstractPerson
extends AbstractTop
implements java.io.Serializable

This class contains personal information about a user.

See Also:
Serialized Form

Constructor Summary
protected AbstractPerson()
          Method description.
 
Method Summary
 Name getName()
          Gets the person's name
 java.lang.String getPassword()
          Gets the password.
 java.lang.String getTelephoneNumber()
          Gets the primary telephone number.
 
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, toString, wait, wait, wait
 

Constructor Detail

AbstractPerson


protected AbstractPerson()
Method description.
Method Detail

getName


public Name getName()
Gets the person's name
Returns:
the person's name
See Also:
IOrganizationalPersonAttributes.GIVEN_NAME, IOrganizationalPersonAttributes.MIDDLE_NAME, IPersonAttributes.SURNAME, IOrganizationalPersonAttributes.PERSONAL_TITLE, IOrganizationalPersonAttributes.GENERATION_QUALIFIER, IOrganizationalPersonAttributes.INITIALS

getTelephoneNumber


public java.lang.String getTelephoneNumber()
Gets the primary telephone number.
Returns:
the primary telephone number
See Also:
IPersonAttributes.TELEPHONE_NUMBER

getPassword


public java.lang.String getPassword()
Gets the password.
Returns:
the password
See Also:
IPersonAttributes.USER_PASSWORD

Compoze Software, Inc.

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