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