public interface Animal
| 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) |
String getAnimalType()
void setAnimalType(String animalType)
String getSpecimenName()
void setSpecimenName(String specimenName)
Gender getGender()
void setGender(Gender gender)
Animal getMother()
void setMother(Animal mother)
Ancestor getAncestor()
void setAncestor(Ancestor ancestor)
Copyright © 2018 Mulesoft. All rights reserved.