|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.bean.AbstractLdapBean
public abstract class AbstractLdapBean
AbstractLdapBean provides common implementations to other bean
objects.
| Field Summary | |
|---|---|
protected LdapBeanFactory |
beanFactory
Factory for creating ldap beans. |
protected org.apache.commons.logging.Log |
logger
Log for this class. |
| Constructor Summary | |
|---|---|
AbstractLdapBean(LdapBeanFactory lbf)
Creates a new AbstractLdapBean with the supplied ldap bean
factory. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.commons.logging.Log logger
protected final LdapBeanFactory beanFactory
| Constructor Detail |
|---|
public AbstractLdapBean(LdapBeanFactory lbf)
AbstractLdapBean with the supplied ldap bean
factory.
lbf - LdapBeanFactory| Method Detail |
|---|
public boolean equals(Object o)
Object contains the same data as
this bean.
equals in class Objecto - Object
booleanpublic abstract int hashCode()
hashCode in class Objectint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||