com.bankframe.services.accesscontrol.ejb.group
Class EJBGroupPK

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

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

This is the class of the Primary Key for the EJBean ServiceBean.

See Also:
Serialized Form

Field Summary
 java.lang.String groupId
           
 
Constructor Summary
EJBGroupPK()
          Default Class constructor.
EJBGroupPK(java.lang.String argGroupId)
          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
Constructor Detail

EJBGroupPK

public EJBGroupPK()
Default Class constructor.


EJBGroupPK

public EJBGroupPK(java.lang.String argGroupId)
Class constructor.

Parameters:
argGroupId - 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 this object equals the parameter object

hashCode

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

Returns:
an int hashcode


Copyright © 2005, 2007, Oracle. All rights reserved.