|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDAPPrimaryKey
This interface defines the methods required by LDAPEntityBean for LDAP based primary keys, LDAPEntityBeanPK provides a standard implementation of this interface.
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 |
Method Detail |
---|
boolean equals(Object o)
equals
in class Object
o
- java.lang.Object The object to test for equality
String getRdnAttributeValue()
int hashCode()
hashCode
in class Object
void setRdnAttributeValue(String value)
value
- The rdn for this primary key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |