| Constructor and Description |
|---|
Human() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Address> |
getAddresses() |
BigDecimal |
getBigDecimalValue() |
BigInteger |
getBigIntegerValue() |
Map<String,Human> |
getFamily() |
float |
getFloatValue() |
Collection<Human> |
getFriends() |
double |
getHeightInches() |
int |
getIntValue() |
Name |
getName() |
String |
getNickName() |
Set<String> |
getNickNames() |
Collection<DomesticAnimal> |
getPets() |
void |
setAddresses(Map<String,Address> addresses) |
void |
setBigDecimalValue(BigDecimal bigDecimalValue) |
void |
setBigIntegerValue(BigInteger bigIntegerValue) |
void |
setFamily(Map family) |
void |
setFloatValue(float floatValue) |
void |
setFriends(Collection<Human> friends) |
void |
setHeightInches(double height) |
void |
setIntValue(int intValue) |
void |
setName(Name name) |
void |
setNickName(String nickName) |
void |
setNickNames(Set<String> nickNames) |
void |
setPets(Collection<DomesticAnimal> pets) |
equals, getBirthdate, hashCode, isPregnant, setBirthdate, setPregnantaddOffspring, getBodyWeight, getDescription, getFather, getId, getMother, getOffspring, getSerialNumber, getZoo, setBodyWeight, setDescription, setFather, setId, setMother, setOffspring, setSerialNumber, setZoopublic Name getName()
public void setName(Name name)
public String getNickName()
public void setNickName(String nickName)
public double getHeightInches()
public void setHeightInches(double height)
public BigDecimal getBigDecimalValue()
public void setBigDecimalValue(BigDecimal bigDecimalValue)
public BigInteger getBigIntegerValue()
public void setBigIntegerValue(BigInteger bigIntegerValue)
public float getFloatValue()
public void setFloatValue(float floatValue)
public int getIntValue()
public void setIntValue(int intValue)
public Collection<Human> getFriends()
public void setFriends(Collection<Human> friends)
public Collection<DomesticAnimal> getPets()
public void setPets(Collection<DomesticAnimal> pets)
public void setFamily(Map family)
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.