System.out.println("ejbCreate"); setId(new Integer(idgen++)); return null;
System.out.println("ejbPostCreate"); setCruise(cruise); Collection myCustomers = this.getCustomers(); myCustomers.addAll(customers);