org.hibernate.test.propertyref.inheritence.union
Class Customer
java.lang.Object
   org.hibernate.test.propertyref.inheritence.union.Person
org.hibernate.test.propertyref.inheritence.union.Person
       org.hibernate.test.propertyref.inheritence.union.Customer
org.hibernate.test.propertyref.inheritence.union.Customer
- public class Customer 
- extends Person
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Customer
public Customer()
getCustomerId
public String getCustomerId()
- 
 
setCustomerId
public void setCustomerId(String customerId)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.