org.hibernate.test.unionsubclass
Class Employee

java.lang.Object
  extended by org.hibernate.test.unionsubclass.Being
      extended by org.hibernate.test.unionsubclass.Human
          extended by org.hibernate.test.unionsubclass.Employee

public class Employee
extends Human


Constructor Summary
Employee()
           
 
Method Summary
 Double getSalary()
           
 void setSalary(Double salary)
           
 
Methods inherited from class org.hibernate.test.unionsubclass.Human
getSex, getSpecies, setSex
 
Methods inherited from class org.hibernate.test.unionsubclass.Being
getId, getIdentity, getInfo, getLocation, getThings, setId, setIdentity, setInfo, setLocation, setThings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Employee

public Employee()
Method Detail

getSalary

public Double getSalary()

setSalary

public void setSalary(Double salary)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.