org.ldaptive
Class AbstractLdapBean

java.lang.Object
  extended by org.ldaptive.AbstractLdapBean
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LdapAttribute, LdapEntry, SearchResult

public abstract class AbstractLdapBean
extends Object
implements Serializable

Provides common implementations for ldap beans.

Version:
$Revision: 3189 $ $Date: 2016-11-01 17:21:43 -0400 (Tue, 01 Nov 2016) $
Author:
Middleware Services
See Also:
Serialized Form

Constructor Summary
AbstractLdapBean(SortBehavior sb)
          Creates a new abstract ldap bean.
 
Method Summary
 SortBehavior getSortBehavior()
          Returns the sort behavior for this ldap bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLdapBean

public AbstractLdapBean(SortBehavior sb)
Creates a new abstract ldap bean.

Parameters:
sb - sort behavior
Method Detail

getSortBehavior

public SortBehavior getSortBehavior()
Returns the sort behavior for this ldap bean.

Returns:
sort behavior


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.