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

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

public class EJBBankFrameSessionPK
extends Object
implements Serializable

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

See Also:
Serialized Form

Field Summary
 String sessionId
           
 
Constructor Summary
EJBBankFrameSessionPK()
          Default constructor
EJBBankFrameSessionPK(String sessionId)
          Constructor
 
Method Summary
 boolean equals(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 String sessionId
Constructor Detail

EJBBankFrameSessionPK

public EJBBankFrameSessionPK()
Default constructor


EJBBankFrameSessionPK

public EJBBankFrameSessionPK(String sessionId)
Constructor

Parameters:
sessionId - Unique session id
Method Detail

equals

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

Overrides:
equals in class Object
Parameters:
o - java.lang.Object
Returns:
boolean

hashCode

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

Overrides:
hashCode in class Object
Returns:
int


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