org.hibernate.test.annotations.various
Class Vehicule
java.lang.Object
   org.hibernate.test.annotations.various.Vehicule
org.hibernate.test.annotations.various.Vehicule
- Direct Known Subclasses: 
- Truck
- @Entity
public class Vehicule 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Vehicule
public Vehicule()
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.