|
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
This class is the top level class in which all classes are derived from.
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 |
protected AbstractTop()
Method Detail |
public java.util.LinkedList getProxyAddresses()
ITopAttributes.PROXY_ADDRESSES
public java.util.LinkedList getOtherWebPages()
ITopAttributes.OTHER_WEB_PAGE
public java.lang.String getHomeWebPage()
ITopAttributes.HOME_WEB_PAGE
public java.lang.String getDisplayName()
ITopAttributes.DISPLAY_NAME
public java.lang.String getDescription()
ITopAttributes.DESCRIPTION
public void setDescription(java.lang.String sDescription)
ITopAttributes.DESCRIPTION
public java.lang.String getCommonName()
ITopAttributes.COMMON_NAME
public void setCommonName(java.lang.String sCommonName)
ITopAttributes.COMMON_NAME
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |