org.hibernate.test.annotations.various
Class Truck

java.lang.Object
  extended by org.hibernate.test.annotations.various.Vehicule
      extended by org.hibernate.test.annotations.various.Truck

@Entity
public class Truck
extends Vehicule


Constructor Summary
Truck()
           
 
Method Summary
 ProfessionalAgreement getAgreement()
           
 int getWeight()
           
 void setAgreement(ProfessionalAgreement agreement)
           
 void setWeight(int weight)
           
 
Methods inherited from class org.hibernate.test.annotations.various.Vehicule
getCurrentConductor, getId, getPreviousConductor, getRegistrationNumber, getYear, setCurrentConductor, setId, setPreviousConductor, setRegistrationNumber, setYear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Truck

public Truck()
Method Detail

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.