org.hibernate.test.onetoone.link
Class Employee

java.lang.Object
  extended by org.hibernate.test.onetoone.link.Employee

public class Employee
extends Object


Constructor Summary
Employee()
           
 
Method Summary
 Long getId()
           
 Person getPerson()
           
 void setId(Long id)
           
 void setPerson(Person person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Employee

public Employee()
Method Detail

getPerson

public Person getPerson()

setPerson

public void setPerson(Person person)

getId

public Long getId()

setId

public void setId(Long id)


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