Compoze Software, Inc.

com.compoze.exchange.activedirectory
Class AbstractTop


java.lang.Object

  |

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractPerson, AddressList, Group

public abstract class AbstractTop
extends java.lang.Object
implements java.io.Serializable

This class is the top level class in which all classes are derived from.

See Also:
Serialized Form

Constructor Summary
protected AbstractTop()
          Constructor.
 
Method Summary
 java.lang.String getCommonName()
          Gets the name that represents this object.
 java.lang.String getDescription()
          Gets the description to display for an object.
 java.lang.String getDisplayName()
          Gets the name displayed in the address book.
 java.lang.String getHomeWebPage()
          Gets the primary home web page.
 java.util.LinkedList getOtherWebPages()
          Gets list of alternate web pages.
 java.util.LinkedList getProxyAddresses()
          Gets a list of proxy addresses by which a Microsoft Exchange Server recipient object is recognized in a foreign mail system.
 void setCommonName(java.lang.String sCommonName)
          Sets the name that represents this object.
 void setDescription(java.lang.String sDescription)
          Sets the description to display for an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTop


protected AbstractTop()
Constructor.
Method Detail

getProxyAddresses


public java.util.LinkedList getProxyAddresses()
Gets a list of proxy addresses by which a Microsoft Exchange Server recipient object is recognized in a foreign mail system. Proxy addresses are required not just for users, but for all recipient objects such as custom recipients, distribution lists, and Attribute Value
Returns:
list of proxy addresses
See Also:
ITopAttributes.PROXY_ADDRESSES

getOtherWebPages


public java.util.LinkedList getOtherWebPages()
Gets list of alternate web pages.
Returns:
list of alternate web pages
See Also:
ITopAttributes.OTHER_WEB_PAGE

getHomeWebPage


public java.lang.String getHomeWebPage()
Gets the primary home web page.
Returns:
the primary home web page
See Also:
ITopAttributes.HOME_WEB_PAGE

getDisplayName


public java.lang.String getDisplayName()
Gets the name displayed in the address book. This is usually the combination of the users first name, middle initial, and last name
Returns:
the display name
See Also:
ITopAttributes.DISPLAY_NAME

getDescription


public java.lang.String getDescription()
Gets the description to display for an object.
Returns:
the description
See Also:
ITopAttributes.DESCRIPTION

setDescription


public void setDescription(java.lang.String sDescription)
Sets the description to display for an object.
Returns:
sDescription the description
See Also:
ITopAttributes.DESCRIPTION

getCommonName


public java.lang.String getCommonName()
Gets the name that represents this object.
Returns:
the common name
See Also:
ITopAttributes.COMMON_NAME

setCommonName


public void setCommonName(java.lang.String sCommonName)
Sets the name that represents this object.
Returns:
sCommonName the common name
See Also:
ITopAttributes.COMMON_NAME

Compoze Software, Inc.

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