org.hibernate.test.annotations.polymorphism
Class Car

java.lang.Object
  extended by org.hibernate.test.annotations.polymorphism.MovingThing
      extended by org.hibernate.test.annotations.polymorphism.Car
Direct Known Subclasses:
SportCar

@Entity
public class Car
extends MovingThing


Constructor Summary
Car()
           
 
Method Summary
 Integer getId()
           
 String getModel()
           
 void setId(Integer id)
           
 void setModel(String model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Car

public Car()
Method Detail

getModel

public String getModel()

setModel

public void setModel(String model)

getId

public Integer getId()

setId

public void setId(Integer id)


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