| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ei.ldap.LDAPEntityBeanPK
This class is the base class for all LDAP Entity Bean primary key classes. This class is used by the EJB server to identify the primary key value of each LDAP object, namely the relative distinguished name of the LDAP object.
| Field Summary | |
 java.lang.String | 
rdnValue
 | 
| Constructor Summary | |
LDAPEntityBeanPK()
Default constructor  | 
|
LDAPEntityBeanPK(java.lang.String rdnValue)
Constructor  | 
|
| Method Summary | |
 boolean | 
equals(java.lang.Object o)
This method is required by the EJB1.1 spec  | 
 java.lang.String | 
getRdnAttributeValue()
This method gets the rdn for this primary key  | 
 int | 
hashCode()
This method is required by the EJB 1.1 spc  | 
 void | 
setRdnAttributeValue(java.lang.String value)
This method sets the rdn for this primary key  | 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public java.lang.String rdnValue
| Constructor Detail | 
public LDAPEntityBeanPK()
public LDAPEntityBeanPK(java.lang.String rdnValue)
| Method Detail | 
public boolean equals(java.lang.Object o)
equals in interface LDAPPrimaryKeypublic java.lang.String getRdnAttributeValue()
getRdnAttributeValue in interface LDAPPrimaryKeypublic int hashCode()
hashCode in interface LDAPPrimaryKeypublic void setRdnAttributeValue(java.lang.String value)
setRdnAttributeValue in interface LDAPPrimaryKeyvalue - The rdn for this primary key
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||