org.hibernate.test.hql
Class DomesticAnimal

java.lang.Object
  extended by org.hibernate.test.hql.Animal
      extended by org.hibernate.test.hql.Mammal
          extended by org.hibernate.test.hql.DomesticAnimal
Direct Known Subclasses:
Cat, Dog

public class DomesticAnimal
extends Mammal


Constructor Summary
DomesticAnimal()
           
 
Method Summary
 Human getOwner()
           
 void setOwner(Human owner)
           
 
Methods inherited from class org.hibernate.test.hql.Mammal
equals, getBirthdate, hashCode, isPregnant, setBirthdate, setPregnant
 
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomesticAnimal

public DomesticAnimal()
Method Detail

getOwner

public Human getOwner()

setOwner

public void setOwner(Human owner)


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