com.bankframe.ei.ldap
Interface LDAPPrimaryKey

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
LDAPEntityBeanPK

public interface LDAPPrimaryKey
extends java.io.Serializable

This interface defines the methods required by LDAPEntityBean for LDAP based primary keys, LDAPEntityBeanPK provides a standard implementation of this interface.

Author:
etu

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
 

Method Detail

equals

public boolean equals(java.lang.Object o)
This method is required by the EJB1.1 spec

Returns:
True if the referenced object is equal to this object

getRdnAttributeValue

public java.lang.String getRdnAttributeValue()
This method gets the rdn for this primary key

Returns:
String reprsentation of the rdn

hashCode

public int hashCode()
This method is required by the EJB 1.1 spc

Returns:
a hashing code for this object

setRdnAttributeValue

public void setRdnAttributeValue(java.lang.String value)
This method sets the rdn for this primary key

Parameters:
value - The rdn for this primary key


Copyright © 2004 Siebel Systems, Inc. All rights reserved.