org.hibernate.test.annotations.manytomany
Class Contractor

java.lang.Object
  extended by org.hibernate.test.annotations.manytomany.Employee
      extended by 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

Constructor Summary
Contractor()
           
 
Method Summary
 float getHourlyRate()
           
 void setHourlyRate(float hourlyRate)
           
 
Methods inherited from class org.hibernate.test.annotations.manytomany.Employee
getContactInfo, getEmployers, getId, getJobInfo, getName, setContactInfo, setEmployers, setId, setJobInfo, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contractor

public Contractor()
Method Detail

getHourlyRate

public float getHourlyRate()

setHourlyRate

public void setHourlyRate(float hourlyRate)


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