| Constructor and Description |
|---|
AnimalImpl() |
| Modifier and Type | Method and Description |
|---|---|
Ancestor |
getAncestor() |
String |
getAnimalType() |
Gender |
getGender() |
Animal |
getMother() |
List<Animal> |
getSiblings() |
String |
getSpecimenName() |
void |
setAncestor(Ancestor ancestor) |
void |
setAnimalType(String animalType) |
void |
setGender(Gender gender) |
void |
setMother(Animal mother) |
void |
setSiblings(List<Animal> siblings) |
void |
setSpecimenName(String specimenName) |
public String getAnimalType()
getAnimalType in interface Animalpublic void setAnimalType(String animalType)
setAnimalType in interface Animalpublic String getSpecimenName()
getSpecimenName in interface Animalpublic void setSpecimenName(String specimenName)
setSpecimenName in interface Animalpublic List<Animal> getSiblings()
getSiblings in interface Animalpublic void setSiblings(List<Animal> siblings)
setSiblings in interface Animalpublic Ancestor getAncestor()
getAncestor in interface Animalpublic void setAncestor(Ancestor ancestor)
setAncestor in interface AnimalCopyright © 2017 Mulesoft. All rights reserved.