org.hibernate.test.annotations.manytomany
Class Contractor
java.lang.Object
   org.hibernate.test.annotations.manytomany.Employee
org.hibernate.test.annotations.manytomany.Employee
       org.hibernate.test.annotations.manytomany.Contractor
org.hibernate.test.annotations.manytomany.Contractor
- All Implemented Interfaces: 
- Serializable
- @Entity
public class Contractor 
- extends Employee- implements Serializable
Employee in an 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 | 
 
Contractor
public Contractor()
getHourlyRate
public float getHourlyRate()
- 
 
- 
 
setHourlyRate
public void setHourlyRate(float hourlyRate)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.