public interface Insect extends Animal
| 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) |
String getAnimalType()
getAnimalType in interface Animalvoid setAnimalType(String animalType)
setAnimalType in interface AnimalString getSpecimenName()
getSpecimenName in interface Animalvoid setSpecimenName(String specimenName)
setSpecimenName in interface AnimalList<Animal> getSiblings()
getSiblings in interface Animalvoid setSiblings(List<Animal> siblings)
setSiblings in interface AnimalAncestor getAncestor()
getAncestor in interface Animalvoid setAncestor(Ancestor ancestor)
setAncestor in interface Animalboolean getIcky()
void setIcky(boolean icky)
Copyright © 2017 Mulesoft. All rights reserved.