The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
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


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
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998.