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

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

public class Employee
extends java.lang.Object


Field Summary
 java.lang.String firstName
           
 int id
           
 java.lang.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 java.lang.String firstName

lastName

public java.lang.String lastName
Constructor Detail

Employee

public Employee()


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