org.hibernate.ejb.test.callbacks
Class Customer
java.lang.Object
   org.hibernate.ejb.test.callbacks.Person
org.hibernate.ejb.test.callbacks.Person
       org.hibernate.ejb.test.callbacks.Customer
org.hibernate.ejb.test.callbacks.Customer
- @Entity
public class Customer 
- extends Person
 
 
| Methods inherited from class org.hibernate.ejb.test.callbacks.Person | 
| getAddress, getCountry, getId, getName, getSex, getZip, setAddress, setCountry, setId, setName, setSex, setZip | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Customer
public Customer()
getSalesperson
public Employee getSalesperson()
- 
 
setSalesperson
public void setSalesperson(Employee salesperson)
- 
 
getComments
public String getComments()
- 
 
setComments
public void setComments(String comments)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.