org.apache.directory.shared.ldap.entry.client
Interface ClientEntry

All Superinterfaces:
java.lang.Cloneable, Entry, java.io.Externalizable, java.lang.Iterable<EntryAttribute>, java.io.Serializable
All Known Implementing Classes:
DefaultClientEntry

public interface ClientEntry
extends Entry

An entry implementation intended for use by clients. Implementations of this interface may treat attributes with different aliases of the same attributeType as the same attribute or may treat them as separate attributes.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Method Summary
 
Methods inherited from interface org.apache.directory.shared.ldap.entry.Entry
add, add, add, add, clear, clone, contains, contains, contains, contains, containsAttribute, get, getDn, hasObjectClass, iterator, put, put, put, put, remove, remove, remove, remove, removeAttributes, set, setDn, size
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.