public abstract class AbstractLdapBean extends Object
AbstractLdapBean
provides common implementations to other bean
objects.Modifier and Type | Field and Description |
---|---|
protected LdapBeanFactory |
beanFactory
Factory for creating ldap beans.
|
protected org.apache.commons.logging.Log |
logger
Log for this class.
|
Constructor and Description |
---|
AbstractLdapBean(LdapBeanFactory lbf)
Creates a new
AbstractLdapBean with the supplied ldap bean
factory. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Returns whether the supplied
Object contains the same data as
this bean. |
abstract int |
hashCode()
This returns the hash code for this object.
|
protected final org.apache.commons.logging.Log logger
protected final LdapBeanFactory beanFactory
public AbstractLdapBean(LdapBeanFactory lbf)
AbstractLdapBean
with the supplied ldap bean
factory.lbf
- LdapBeanFactory
public boolean equals(Object o)
Object
contains the same data as
this bean.Copyright © 2019. All rights reserved.