org.hibernate.test.unionsubclass2
Class Employee
java.lang.Object
   org.hibernate.test.unionsubclass2.Person
org.hibernate.test.unionsubclass2.Person
       org.hibernate.test.unionsubclass2.Employee
org.hibernate.test.unionsubclass2.Employee
- public class Employee 
- extends Person
 
 
| Methods inherited from class org.hibernate.test.unionsubclass2.Person | 
| getAddress, getHeightInches, getId, getName, getSex, setAddress, setCountry, setHeightInches, setId, setName, setSex, setZip | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Employee
public Employee()
getTitle
public String getTitle()
- 
- Returns:
- Returns the title.
 
setTitle
public void setTitle(String title)
- 
- Parameters:
- title- The title to set.
 
getManager
public Employee getManager()
- 
- Returns:
- Returns the manager.
 
setManager
public void setManager(Employee manager)
- 
- Parameters:
- manager- The manager to set.
 
getSalary
public BigDecimal getSalary()
- 
- Returns:
- Returns the salary.
 
setSalary
public void setSalary(BigDecimal salary)
- 
- Parameters:
- salary- The salary to set.
 
getPasswordExpiryDays
public double getPasswordExpiryDays()
- 
- Returns:
- The password expiry policy in days.
 
setPasswordExpiryDays
public void setPasswordExpiryDays(double passwordExpiryDays)
- 
- Parameters:
- passwordExpiryDays- The password expiry policy in days.
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.