org.hibernate.test.dynamicentity
Interface Customer

All Superinterfaces:
Person

public interface Customer
extends Person


Method Summary
 Company getCompany()
           
 void setCompany(Company company)
           
 
Methods inherited from interface org.hibernate.test.dynamicentity.Person
getAddress, getFamily, getId, getName, setAddress, setFamily, setId, setName
 

Method Detail

getCompany

Company getCompany()

setCompany

void setCompany(Company company)


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