mailpuccino
Class LocalDirectoryEntry

java.lang.Object
  extended bymailpuccino.LocalDirectoryEntry
All Implemented Interfaces:
DirectoryEntry
Direct Known Subclasses:
LocalDirectory

public class LocalDirectoryEntry
extends java.lang.Object
implements DirectoryEntry


Field Summary
protected  LocalDirectoryService Parent
           
protected  Preferences Prefs
           
 
Constructor Summary
LocalDirectoryEntry(LocalDirectoryService Parent)
           
LocalDirectoryEntry(LocalDirectoryService Parent, Preferences Prefs)
           
 
Method Summary
 java.lang.String getAttribute(java.lang.String Name)
           
 java.lang.String[] getAttributes(java.lang.String[] Names)
           
 DirectoryService getDirectory()
           
 Preferences getPrefs()
           
 void setAttribute(java.lang.String Name, java.lang.String Value)
           
 void setAttributes(java.lang.String[] Names, java.lang.String[] Values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Parent

protected LocalDirectoryService Parent

Prefs

protected Preferences Prefs
Constructor Detail

LocalDirectoryEntry

public LocalDirectoryEntry(LocalDirectoryService Parent,
                           Preferences Prefs)

LocalDirectoryEntry

public LocalDirectoryEntry(LocalDirectoryService Parent)
Method Detail

getAttribute

public java.lang.String getAttribute(java.lang.String Name)
                              throws DirectoryException
Specified by:
getAttribute in interface DirectoryEntry
Throws:
DirectoryException

getAttributes

public java.lang.String[] getAttributes(java.lang.String[] Names)
                                 throws DirectoryException
Specified by:
getAttributes in interface DirectoryEntry
Throws:
DirectoryException

setAttribute

public void setAttribute(java.lang.String Name,
                         java.lang.String Value)
                  throws DirectoryException
Specified by:
setAttribute in interface DirectoryEntry
Throws:
DirectoryException

setAttributes

public void setAttributes(java.lang.String[] Names,
                          java.lang.String[] Values)
                   throws DirectoryException
Specified by:
setAttributes in interface DirectoryEntry
Throws:
DirectoryException

getDirectory

public DirectoryService getDirectory()
Specified by:
getDirectory in interface DirectoryEntry

getPrefs

public Preferences getPrefs()