package examples.ejb.sequence.oracle; /** * This is the interface of the Primary Key * for the EJBean AccountBean. * * @author Copyright (c) 1998 by WebLogic, Inc. All Rights Reserved. * @author Copyright (c) 1998-1999 by BEA WebXpress. All Rights Reserved. */ public class OraclePK implements java.io.Serializable { public Integer accountId; }