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

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.LegalEntity
      extended by org.hibernate.test.annotations.inheritance.joined.Customer
Direct Known Subclasses:
Company

@Entity
public class Customer
extends LegalEntity


Field Summary
 String customerCode
           
 String customerName
           
 
Constructor Summary
Customer()
           
 
Method Summary
 String getCustomerCode()
           
 String getCustomerName()
           
 void setCustomerCode(String val)
           
 void setCustomerName(String val)
           
 
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
 

Field Detail

customerName

public String customerName

customerCode

public String customerCode
Constructor Detail

Customer

public Customer()
Method Detail

getCustomerName

public String getCustomerName()

setCustomerName

public void setCustomerName(String val)

getCustomerCode

public String getCustomerCode()

setCustomerCode

public void setCustomerCode(String val)


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