com.bankframe.services.accesscontrol.ejb.grouppermission
Class EJBGroupPermissionPK

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

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

This interface is the interface of the primary key for the EJBGroupPermissionBean.

See Also:
Serialized Form

Field Summary
 java.lang.String groupId
           
 java.lang.String requestId
           
 
Constructor Summary
EJBGroupPermissionPK()
          Default Class constructor
EJBGroupPermissionPK(java.lang.String groupId, 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 specification.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

public java.lang.String groupId

requestId

public java.lang.String requestId
Constructor Detail

EJBGroupPermissionPK

public EJBGroupPermissionPK()
Default Class constructor


EJBGroupPermissionPK

public EJBGroupPermissionPK(java.lang.String groupId,
                            java.lang.String requestId)
Class constructor.

Parameters:
groupId - 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.

Overrides:
equals in class java.lang.Object
Returns:
true if they are equal, otherwise false

hashCode

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

Overrides:
hashCode in class java.lang.Object
Returns:
an int hashcode


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