org.hibernate.test.subclassfilter
Class Customer

java.lang.Object
  extended by org.hibernate.test.subclassfilter.Person
      extended by org.hibernate.test.subclassfilter.Customer

public class Customer
extends Person

Implementation of Customer.


Constructor Summary
Customer()
           
Customer(String name)
           
 
Method Summary
 Employee getContactOwner()
           
 void setContactOwner(Employee contactOwner)
           
 
Methods inherited from class org.hibernate.test.subclassfilter.Person
getCompany, getId, getName, getRegion, setCompany, setId, setName, setRegion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()

Customer

public Customer(String name)
Method Detail

getContactOwner

public Employee getContactOwner()

setContactOwner

public void setContactOwner(Employee contactOwner)


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