| Constructor and Description |
|---|
InsectImpl() |
| Modifier and Type | Method and Description |
|---|---|
Ancestor |
getAncestor() |
String |
getAnimalType() |
Gender |
getGender() |
boolean |
getIcky() |
Animal |
getMother() |
List<Animal> |
getSiblings() |
String |
getSpecimenName() |
void |
setAncestor(Ancestor ancestor) |
void |
setAnimalType(String animalType) |
void |
setGender(Gender gender) |
void |
setIcky(boolean icky) |
void |
setMother(Animal mother) |
void |
setSiblings(List<Animal> siblings) |
void |
setSpecimenName(String specimenName) |
public String getAnimalType()
getAnimalType in interface AnimalgetAnimalType in interface Insectpublic void setAnimalType(String animalType)
setAnimalType in interface AnimalsetAnimalType in interface Insectpublic String getSpecimenName()
getSpecimenName in interface AnimalgetSpecimenName in interface Insectpublic void setSpecimenName(String specimenName)
setSpecimenName in interface AnimalsetSpecimenName in interface Insectpublic Gender getGender()
public void setGender(Gender gender)
public List<Animal> getSiblings()
getSiblings in interface AnimalgetSiblings in interface Insectpublic void setSiblings(List<Animal> siblings)
setSiblings in interface AnimalsetSiblings in interface Insectpublic Animal getMother()
public void setMother(Animal mother)
public Ancestor getAncestor()
getAncestor in interface AnimalgetAncestor in interface Insectpublic void setAncestor(Ancestor ancestor)
setAncestor in interface AnimalsetAncestor in interface InsectCopyright © 2017 Mulesoft. All rights reserved.