package examples.ejb.sequence.jdbc; /** * 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 AutoAccountPK implements java.io.Serializable { public String accountId; }