com.bankframe.services.sessionmgmt.ejb.session
Class EJBBankFrameSessionPK

java.lang.Object
  extended bycom.bankframe.services.sessionmgmt.ejb.session.EJBBankFrameSessionPK
All Implemented Interfaces:
java.io.Serializable

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

EJB based BankFrameSession implementation primary key class The primary key attribute is the sessionId

See Also:
Serialized Form

Field Summary
 java.lang.String sessionId
           
 
Constructor Summary
EJBBankFrameSessionPK()
          Default constructor
EJBBankFrameSessionPK(java.lang.String sessionId)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object o)
          Required by the EJB1.1 spec
 int hashCode()
          Required by the EJB1.1 spec
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionId

public java.lang.String sessionId
Constructor Detail

EJBBankFrameSessionPK

public EJBBankFrameSessionPK()
Default constructor


EJBBankFrameSessionPK

public EJBBankFrameSessionPK(java.lang.String sessionId)
Constructor

Parameters:
sessionId - Unique session id
Method Detail

equals

public boolean equals(java.lang.Object o)
Required by the EJB1.1 spec

Returns:
boolean

hashCode

public int hashCode()
Required by the EJB1.1 spec

Returns:
int


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