|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.ei.ldap.LDAPEntityBeanPK
public class 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 | |
|---|---|
String |
rdnValue
|
| Constructor Summary | |
|---|---|
LDAPEntityBeanPK()
Default constructor |
|
LDAPEntityBeanPK(String rdnValue)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
This method is required by the EJB1.1 spec |
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(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 String rdnValue
| Constructor Detail |
|---|
public LDAPEntityBeanPK()
public LDAPEntityBeanPK(String rdnValue)
rdnValue - String containing the relative distinguished name of the object| Method Detail |
|---|
public boolean equals(Object o)
equals in interface LDAPPrimaryKeyequals in class Objecto - java.lang.Object The object to test for equality
public String getRdnAttributeValue()
getRdnAttributeValue in interface LDAPPrimaryKeypublic int hashCode()
hashCode in interface LDAPPrimaryKeyhashCode in class Objectpublic void setRdnAttributeValue(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 | |||||||||