|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.activedirectory.AbstractTop | +--com.compoze.exchange.activedirectory.AbstractPerson | +--com.compoze.exchange.activedirectory.AbstractOrganizationalPerson | +--com.compoze.exchange.activedirectory.User
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.
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.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 |
public User(Name name)
name
- name of userIOrganizationalPersonAttributes.GIVEN_NAME
,
IOrganizationalPersonAttributes.MIDDLE_NAME
,
IPersonAttributes.SURNAME
,
IOrganizationalPersonAttributes.PERSONAL_TITLE
,
IOrganizationalPersonAttributes.GENERATION_QUALIFIER
,
IOrganizationalPersonAttributes.INITIALS
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |