org.hibernate.test.unionsubclass
Class Employee
java.lang.Object
   org.hibernate.test.unionsubclass.Being
org.hibernate.test.unionsubclass.Being
       org.hibernate.test.unionsubclass.Human
org.hibernate.test.unionsubclass.Human
           org.hibernate.test.unionsubclass.Employee
org.hibernate.test.unionsubclass.Employee
- public class Employee 
- extends Human
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Employee
public Employee()
getSalary
public Double getSalary()
- 
 
setSalary
public void setSalary(Double salary)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.