File
Doc
Category
Size
Date
Package
Employee.java
API Doc
Hibernate 3.2.5
320
Tue May 03 17:59:24 BST 2005
org.hibernate.test.unionsubclass
Employee
java.lang.Object
Human
public class Employee extends Human
author
Emmanuel Bernard
Fields Summary
private Double
salary
Constructors Summary
Methods Summary
public
java.lang.Double
getSalary
()
return salary;
public void
setSalary
(
java.lang.Double
salary)
this.salary = salary;
Java Code Source