org.hibernate.test.hql
Class Lizard

java.lang.Object
  extended by org.hibernate.test.hql.Animal
      extended by org.hibernate.test.hql.Reptile
          extended by org.hibernate.test.hql.Lizard

public class Lizard
extends Reptile


Constructor Summary
Lizard()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.hql.Reptile
getBodyTemperature, setBodyTemperature
 
Methods inherited from class org.hibernate.test.hql.Animal
addOffspring, getBodyWeight, getDescription, getFather, getId, getMother, getOffspring, getSerialNumber, getZoo, setBodyWeight, setDescription, setFather, setId, setMother, setOffspring, setSerialNumber, setZoo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lizard

public Lizard()


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