org.hibernate.test.unconstrained
Class Person

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

public class Person
extends Object


Constructor Summary
Person()
           
Person(String name)
           
 
Method Summary
 Employee getEmployee()
           
 String getEmployeeId()
           
 String getName()
           
 void setEmployee(Employee employee)
           
 void setEmployeeId(String employeeId)
           
 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()

Person

public Person(String name)
Method Detail

getEmployee

public Employee getEmployee()

setEmployee

public void setEmployee(Employee employee)

getEmployeeId

public String getEmployeeId()

setEmployeeId

public void setEmployeeId(String employeeId)

getName

public String getName()

setName

public void setName(String name)


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