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

java.lang.Object
  extended bycom.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.

Author:
ETU
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.

Returns:
true if they are equal, otherwise false

hashCode

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

Returns:
an int hashcode


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