com.bankframe.services.accesscontrol.ejb.userpermission
Class EJBUserPermissionPK

java.lang.Object
  extended bycom.bankframe.services.accesscontrol.ejb.userpermission.EJBUserPermissionPK
All Implemented Interfaces:
java.io.Serializable

public class EJBUserPermissionPK
extends java.lang.Object
implements java.io.Serializable

This is the interface of the Primary Key for the EJBUserPermissionBean

Author:
ETU
See Also:
Serialized Form

Field Summary
 java.lang.String requestId
          requestId for the Primary Key
 java.lang.String userId
          userId for the Primary Key
 
Constructor Summary
EJBUserPermissionPK()
          Default Class constructor
EJBUserPermissionPK(java.lang.String userId, java.lang.String requestId)
          Class constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
          This method is required by the EJB1.1 specification.
 int hashCode()
          This method is required by the EJB1.1 spec.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

public java.lang.String userId
userId for the Primary Key


requestId

public java.lang.String requestId
requestId for the Primary Key

Constructor Detail

EJBUserPermissionPK

public EJBUserPermissionPK()
Default Class constructor


EJBUserPermissionPK

public EJBUserPermissionPK(java.lang.String userId,
                           java.lang.String requestId)
Class constructor.

Parameters:
userId - a string for the Primary Key
requestId - a string for the Primary Key
Method Detail

equals

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

Parameters:
o - an object to compare with this object
Returns:
true if this object equals the given object, otherwise false

hashCode

public int hashCode()
This method is required by the EJB1.1 spec.

Returns:
an int hashcode


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