Class Human
java.lang.Object
org.hibernate.testing.orm.domain.animal.Animal
org.hibernate.testing.orm.domain.animal.Mammal
org.hibernate.testing.orm.domain.animal.Human
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatdoubleintgetName()getPets()voidsetAddresses(Map<String, Address> addresses) voidsetBigDecimalValue(BigDecimal bigDecimalValue) voidsetBigIntegerValue(BigInteger bigIntegerValue) voidvoidsetFloatValue(float floatValue) voidsetFriends(Collection<Human> friends) voidsetHeightInches(double height) voidsetIntValue(int intValue) voidvoidsetNickName(String nickName) voidsetNickNames(Set<String> nickNames) voidsetPets(Collection<DomesticAnimal> pets) Methods inherited from class org.hibernate.testing.orm.domain.animal.Mammal
equals, getBirthdate, hashCode, isPregnant, setBirthdate, setPregnantMethods 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
-
Human
public Human()
-
-
Method Details
-
getName
-
setName
-
getNickName
-
setNickName
-
getHeightInches
public double getHeightInches() -
setHeightInches
public void setHeightInches(double height) -
getBigDecimalValue
-
setBigDecimalValue
-
getBigIntegerValue
-
setBigIntegerValue
-
getFloatValue
public float getFloatValue() -
setFloatValue
public void setFloatValue(float floatValue) -
getIntValue
public int getIntValue() -
setIntValue
public void setIntValue(int intValue) -
getNickNames
-
setNickNames
-
getFriends
-
setFriends
-
getPets
-
setPets
-
getFamily
-
setFamily
-
getAddresses
-
setAddresses
-