org.hibernate.test.hql
Class Truck

java.lang.Object
  extended by org.hibernate.test.hql.Vehicle
      extended by org.hibernate.test.hql.Truck
Direct Known Subclasses:
Pickup, SUV

public class Truck
extends Vehicle

Implementation of Truck.


Constructor Summary
Truck()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.hql.Vehicle
getOwner, getVin, setOwner, setVin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Truck

public Truck()


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