samples.j2ee.ejb.sequence.jdbc
Class AutoAccountPK

java.lang.Object
  |
  +--samples.j2ee.ejb.sequence.jdbc.AutoAccountPK

public class AutoAccountPK
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
 java.lang.String accountId
           
 
Constructor Summary
AutoAccountPK()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountId

public java.lang.String accountId
Constructor Detail

AutoAccountPK

public AutoAccountPK()