org.hibernate.test.discriminator
Class PartTimeEmployee
java.lang.Object
org.hibernate.test.discriminator.Person
org.hibernate.test.discriminator.Employee
org.hibernate.test.discriminator.PartTimeEmployee
public class PartTimeEmployee
- extends Employee
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartTimeEmployee
public PartTimeEmployee()
getPercent
public int getPercent()
setPercent
public void setPercent(int percent)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.