All Packages This Package Class Hierarchy Class Search Index
Class grendel.addressbook.AddressCard.LDAP_Card
java.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
fParentSource
private LDAP_Server fParentSource
fMyEntry
private LDAPEntry fMyEntry
Constructors
LDAP_Card
protected LDAP_Card(LDAP_Server aParentSource, LDAPEntry anEntry)
Constructor for LDAP server.
Methods
getParent
public ICardSource getParent()
addAttribute
public void addAttribute(IAttribute anAttribute)
Add an attribute to the card. FIX (this updates the server!)
- Implements:
- addAttribute in interface ICard
getAttribute
public IAttribute getAttribute(String anAttributeName)
Get a value of the address card.
- Implements:
- getAttribute in interface ICard
getAttributeSet
public IAttributeSet getAttributeSet()
Get the full attribute set for this card.
- Implements:
- getAttributeSet in interface ICard
getDN
public String getDN()
Rerturn the DN
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4