org.hibernate.test.discriminator
Class PartTimeEmployee

java.lang.Object
  extended by org.hibernate.test.discriminator.Person
      extended by org.hibernate.test.discriminator.Employee
          extended by org.hibernate.test.discriminator.PartTimeEmployee

public class PartTimeEmployee
extends Employee


Constructor Summary
PartTimeEmployee()
           
 
Method Summary
 int getPercent()
           
 void setPercent(int percent)
           
 
Methods inherited from class org.hibernate.test.discriminator.Employee
getManager, getSalary, getTitle, setManager, setSalary, setTitle
 
Methods inherited from class org.hibernate.test.discriminator.Person
getAddress, getId, getName, getSex, setAddress, setCountry, setId, setName, setSex, setZip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartTimeEmployee

public PartTimeEmployee()
Method Detail

getPercent

public int getPercent()

setPercent

public void setPercent(int percent)


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