org.apache.openejb.test.entity.cmp2
Class Employee

java.lang.Object
  extended by org.apache.openejb.test.entity.cmp2.Employee

public class Employee
extends Object


Field Summary
 String firstName
           
 int id
           
 String lastName
           
 
Constructor Summary
Employee()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

firstName

public String firstName

lastName

public String lastName
Constructor Detail

Employee

public Employee()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.