com.bankframe.services.accesscontrol.ejb.groupmembers
Class EJBGroupMemberPK

java.lang.Object
  |
  +--com.bankframe.services.accesscontrol.ejb.groupmembers.EJBGroupMemberPK
All Implemented Interfaces:
java.io.Serializable

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

This class is the primary key for the EJBGroupPermissionBean.

See Also:
Serialized Form

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

Field Detail

userId

public java.lang.String userId

groupId

public java.lang.String groupId
Constructor Detail

EJBGroupMemberPK

public EJBGroupMemberPK()
Default Class constructor


EJBGroupMemberPK

public EJBGroupMemberPK(java.lang.String userId,
                        java.lang.String groupId)
Class constructor.

Parameters:
userId - String for Primary Key
groupId - String for Primary Key
Method Detail

equals

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

Overrides:
equals in class java.lang.Object
Returns:
true id this object equals the parameter

hashCode

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

Overrides:
hashCode in class java.lang.Object
Returns:
the hash result


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