samples.j2ee.ejb.sequence.oracle
Class OraclePK

java.lang.Object
  |
  +--samples.j2ee.ejb.sequence.oracle.OraclePK

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

This is the interface of the Primary Key for the EJBean AccountBean.

See Also:
Serialized Form

Field Summary
 int accountId
           
 
Constructor Summary
OraclePK()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountId

public int accountId
Constructor Detail

OraclePK

public OraclePK()