org.hibernate.test.annotations.various
Class Truck
java.lang.Object
   org.hibernate.test.annotations.various.Vehicule
org.hibernate.test.annotations.various.Vehicule
       org.hibernate.test.annotations.various.Truck
org.hibernate.test.annotations.various.Truck
- @Entity
public class Truck 
- extends Vehicule
| Constructor Summary | 
| Truck()
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Truck
public Truck()
getWeight
public int getWeight()
- 
 
setWeight
public void setWeight(int weight)
- 
 
getAgreement
public ProfessionalAgreement getAgreement()
- 
 
setAgreement
public void setAgreement(ProfessionalAgreement agreement)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.