org.hibernate.ejb.test.callbacks
Class Customer

java.lang.Object
  extended by org.hibernate.ejb.test.callbacks.Person
      extended by org.hibernate.ejb.test.callbacks.Customer

@Entity
public class Customer
extends Person


Constructor Summary
Customer()
           
 
Method Summary
 String getComments()
           
 Employee getSalesperson()
           
 void setComments(String comments)
           
 void setSalesperson(Employee salesperson)
           
 
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
 

Constructor Detail

Customer

public Customer()
Method Detail

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.