org.hibernate.test.annotations.inheritance.joined
Class Company
java.lang.Object
org.hibernate.test.annotations.inheritance.joined.LegalEntity
org.hibernate.test.annotations.inheritance.joined.Customer
org.hibernate.test.annotations.inheritance.joined.Company
@Entity
public class Company
- extends Customer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Company
public Company()
getCompanyName
public String getCompanyName()
setCompanyName
public void setCompanyName(String companyName)
getCompanyAddress
public String getCompanyAddress()
setCompanyAddress
public void setCompanyAddress(String companyAddress)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.