org.hibernate.test.annotations.inheritance.joined
Class Company

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.LegalEntity
      extended by org.hibernate.test.annotations.inheritance.joined.Customer
          extended by org.hibernate.test.annotations.inheritance.joined.Company

@Entity
public class Company
extends Customer


Field Summary
 
Fields inherited from class org.hibernate.test.annotations.inheritance.joined.Customer
customerCode, customerName
 
Constructor Summary
Company()
           
 
Method Summary
 String getCompanyAddress()
           
 String getCompanyName()
           
 void setCompanyAddress(String companyAddress)
           
 void setCompanyName(String companyName)
           
 
Methods inherited from class org.hibernate.test.annotations.inheritance.joined.Customer
getCustomerCode, getCustomerName, setCustomerCode, setCustomerName
 
Methods inherited from class org.hibernate.test.annotations.inheritance.joined.LegalEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Company

public Company()
Method Detail

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.