org.hibernate.test.propertyref.inheritence.union
Class Customer

java.lang.Object
  extended by org.hibernate.test.propertyref.inheritence.union.Person
      extended by org.hibernate.test.propertyref.inheritence.union.Customer

public class Customer
extends Person


Constructor Summary
Customer()
           
 
Method Summary
 String getCustomerId()
           
 void setCustomerId(String customerId)
           
 
Methods inherited from class org.hibernate.test.propertyref.inheritence.union.Person
getId, getName, getPersonId, setId, setName, setPersonId
 
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

getCustomerId

public String getCustomerId()

setCustomerId

public void setCustomerId(String customerId)


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