The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


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 The Mozilla Organization.