org.hibernate.test.lazyonetoone
Class Employee
java.lang.Object
org.hibernate.test.lazyonetoone.Employee
public class Employee
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Employee
public Employee(Person p)
getPerson
public Person getPerson()
setPerson
public void setPerson(Person person)
getPersonName
public String getPersonName()
setPersonName
public void setPersonName(String personName)
getEmployments
public Collection getEmployments()
setEmployments
public void setEmployments(Collection employments)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.