org.hibernate.test.annotations.manytomany
Class Employer
java.lang.Object
   org.hibernate.test.annotations.manytomany.Employer
org.hibernate.test.annotations.manytomany.Employer
- All Implemented Interfaces: 
- Serializable
- @Entity
public class Employer 
- extends Object- implements Serializable
Employer in a employer-Employee relationship
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Employer
public Employer()
getContractors
public List getContractors()
- 
 
- 
 
setContractors
public void setContractors(List contractors)
- 
 
- 
 
getEmployees
public Collection getEmployees()
- 
 
- 
 
getId
public Integer getId()
- 
 
- 
 
setEmployees
public void setEmployees(Collection set)
- 
 
- 
 
setId
public void setId(Integer integer)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.