org.hibernate.test.lazyonetoone
Class Person

java.lang.Object
  extended by org.hibernate.test.lazyonetoone.Person

public class Person
extends Object


Constructor Summary
Person(String name)
           
 
Method Summary
 Employee getEmployee()
           
 String getName()
           
 void setEmployee(Employee employee)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person(String name)
Method Detail

getEmployee

public Employee getEmployee()

setEmployee

public void setEmployee(Employee employee)

getName

public String getName()

setName

public void setName(String name)


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