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

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

public class EJBGroupPK
extends Object
implements Serializable

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

See Also:
Serialized Form

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

EJBGroupPK

public EJBGroupPK()
Default Class constructor.


EJBGroupPK

public EJBGroupPK(String argGroupId)
Class constructor.

Parameters:
argGroupId - the primary key
Method Detail

equals

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

Overrides:
equals in class Object
Parameters:
o - Object the object to compare with
Returns:
true if this object equals the parameter object

hashCode

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

Overrides:
hashCode in class Object
Returns:
an int hashcode


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