org.hibernate.test.join
Class Customer
java.lang.Object
   org.hibernate.test.join.Person
org.hibernate.test.join.Person
       org.hibernate.test.join.Customer
org.hibernate.test.join.Customer
- public class Customer 
- extends Person
 
 
| Methods inherited from class org.hibernate.test.join.Person | 
| getAddress, getCountry, getHeightInches, getId, getName, getSex, getSpecies, getZip, setAddress, setCountry, setHeightInches, 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()
- 
- Returns:
- Returns the salesperson.
 
setSalesperson
public void setSalesperson(Employee salesperson)
- 
- Parameters:
- salesperson- The salesperson to set.
 
getComments
public String getComments()
- 
- Returns:
- Returns the comments.
 
setComments
public void setComments(String comments)
- 
- Parameters:
- comments- The comments to set.
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.