Compoze Software, Inc.

com.compoze.exchange.activedirectory
Class User


java.lang.Object

  |

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

        |

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

              |

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

                    |

                    +--com.compoze.exchange.activedirectory.User

All Implemented Interfaces:
java.io.Serializable

public class User
extends AbstractOrganizationalPerson
implements java.io.Serializable

This class is used to store information about an employee or contractor that works for an organization.
It is also possible to apply this class to long term visitors.

See Also:
Serialized Form

Constructor Summary
User(Name name)
          Constructor.
 
Method Summary
 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

User


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

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.