![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.addressbook.AddressCard.LDAP_Cardjava.lang.Object | +----grendel.addressbook.AddressCard.LDAP_Card
public class LDAP_Card
extends java.lang.Object
implements grendel.addressbook.AddressCard.ICard
{
// Fields 2
private LDAPEntry fMyEntry;
private LDAP_Server fParentSource;
// Constructors 1
protected LDAP_Card(LDAP_Server, LDAPEntry);
// Methods 5
public void addAttribute(IAttribute);
public IAttribute getAttribute(String);
public IAttributeSet getAttributeSet();
public String getDN();
public ICardSource getParent();
}
Fields fParentSourceprivate LDAP_Server fParentSource fMyEntryprivate LDAPEntry fMyEntry
Constructors LDAP_Cardprotected LDAP_Card(LDAP_Server aParentSource, LDAPEntry anEntry)
Methods getParentpublic ICardSource getParent() addAttributepublic void addAttribute(IAttribute anAttribute)
getAttributepublic IAttribute getAttribute(String anAttributeName)
getAttributeSetpublic IAttributeSet getAttributeSet()
getDNpublic String getDN()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|