Class Dog
java.lang.Object
org.hibernate.testing.orm.domain.animal.Animal
org.hibernate.testing.orm.domain.animal.Mammal
org.hibernate.testing.orm.domain.animal.DomesticAnimal
org.hibernate.testing.orm.domain.animal.Dog
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.testing.orm.domain.animal.DomesticAnimal
getOwner, setOwner
Methods inherited from class org.hibernate.testing.orm.domain.animal.Mammal
equals, getBirthdate, hashCode, isPregnant, setBirthdate, setPregnant
Methods inherited from class org.hibernate.testing.orm.domain.animal.Animal
addOffspring, getBodyWeight, getDescription, getFather, getId, getMother, getOffspring, getSerialNumber, getZoo, setBodyWeight, setDescription, setFather, setId, setMother, setOffspring, setSerialNumber, setZoo
-
Constructor Details
-
Dog
public Dog()
-