FileDocCategorySizeDatePackage
Customer.javaAPI DocHibernate 3.2.5318Tue Dec 05 07:39:12 GMT 2006org.hibernate.test.propertyref.inheritence.union

Customer

public class Customer extends Person
author
Gavin King

Fields Summary
private String
customerId
Constructors Summary
Methods Summary
public java.lang.StringgetCustomerId()

		return customerId;
	
public voidsetCustomerId(java.lang.String customerId)

		this.customerId = customerId;