Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.test.dynamicentity
Interface Customer  view Customer download Customer.java

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

public Company getCompany()

setCompany

public void setCompany(Company company)