Class Animal
java.lang.Object
org.hibernate.testing.orm.domain.animal.Animal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOffspring(Animal offspring) floatgetId()getZoo()voidsetBodyWeight(float bodyWeight) voidsetDescription(String description) voidvoidvoidvoidsetOffspring(Set offspring) voidsetSerialNumber(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
-