org.hibernate.test.ondelete
Class Salesperson

java.lang.Object
  extended by org.hibernate.test.ondelete.Person
      extended by org.hibernate.test.ondelete.Employee
          extended by org.hibernate.test.ondelete.Salesperson

public class Salesperson
extends Employee


Constructor Summary
Salesperson()
           
 
Method Summary
 Set getCustomers()
           
 void setCustomers(Set customers)
           
 
Methods inherited from class org.hibernate.test.ondelete.Employee
getManager, getSalary, getTitle, setManager, setSalary, setTitle
 
Methods inherited from class org.hibernate.test.ondelete.Person
getAddress, getId, getName, getSalesperson, getSex, setAddress, setCountry, setId, setName, setSalesperson, setSex, setZip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Salesperson

public Salesperson()
Method Detail

getCustomers

public Set getCustomers()

setCustomers

public void setCustomers(Set customers)


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