Class Animal
java.lang.Object
org.hibernate.testing.orm.domain.animal.Animal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOffspring
(Animal offspring) float
getId()
getZoo()
void
setBodyWeight
(float bodyWeight) void
setDescription
(String description) void
void
void
void
setOffspring
(Set offspring) void
setSerialNumber
(String serialNumber) void
-
Constructor Details
-
Animal
public Animal() -
Animal
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
getBodyWeight
public float getBodyWeight() -
setBodyWeight
public void setBodyWeight(float bodyWeight) -
getSerialNumber
-
setSerialNumber
-
getZoo
-
setZoo
-
getMother
-
setMother
-
getFather
-
setFather
-
getOffspring
-
addOffspring
-
setOffspring
-