org.glassfish.fighterfish.test.app7
Class Employee

java.lang.Object
  extended by org.glassfish.fighterfish.test.app7.Employee
All Implemented Interfaces:
java.io.Serializable

@Entity
public class Employee
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Employee()
           
 
Method Summary
 Department getDepartment()
           
 int getId()
           
 void setDepartment(Department u)
           
 void setId(int i)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Employee

public Employee()
Method Detail

getId

public int getId()

setId

public void setId(int i)

getDepartment

public Department getDepartment()

setDepartment

public void setDepartment(Department u)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2013. All Rights Reserved.