File
Doc
Category
Size
Date
Package
Customer.java
API Doc
Hibernate 3.2.5
318
Tue Dec 05 07:39:12 GMT 2006
org.hibernate.test.propertyref.inheritence.union
Customer
java.lang.Object
Person
public class Customer extends Person
author
Gavin King
Fields Summary
private String
customerId
Constructors Summary
Methods Summary
public
java.lang.String
getCustomerId
()
return customerId;
public void
setCustomerId
(
java.lang.String
customerId)
this.customerId = customerId;
Java Code Source