org.hibernate.test.annotations.various
Class Vehicule

java.lang.Object
  extended by org.hibernate.test.annotations.various.Vehicule
Direct Known Subclasses:
Truck

@Entity
public class Vehicule
extends Object


Constructor Summary
Vehicule()
           
 
Method Summary
 Conductor getCurrentConductor()
           
 String getId()
           
 Conductor getPreviousConductor()
           
 String getRegistrationNumber()
           
 Integer getYear()
           
 void setCurrentConductor(Conductor currentConductor)
           
 void setId(String id)
           
 void setPreviousConductor(Conductor previousConductor)
           
 void setRegistrationNumber(String registrationNumber)
           
 void setYear(Integer year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vehicule

public Vehicule()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getRegistrationNumber

public String getRegistrationNumber()

setRegistrationNumber

public void setRegistrationNumber(String registrationNumber)

getCurrentConductor

public Conductor getCurrentConductor()

setCurrentConductor

public void setCurrentConductor(Conductor currentConductor)

getYear

public Integer getYear()

setYear

public void setYear(Integer year)

getPreviousConductor

public Conductor getPreviousConductor()

setPreviousConductor

public void setPreviousConductor(Conductor previousConductor)


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