You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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() 

Return the parent card source from where this card came from (if any)

Implements:
getParent in interface ICard


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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4