public class InvertebrateImpl extends Object implements Invertebrate
| Constructor and Description |
|---|
InvertebrateImpl() |
| Modifier and Type | Method and Description |
|---|---|
Ancestor |
getAncestor() |
String |
getAnimalType() |
Gender |
getGender() |
Animal |
getMother() |
List<Animal> |
getSiblings() |
String |
getSpecimenName() |
boolean |
getSquishy() |
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) |
void |
setSquishy(boolean squishy) |
public String getAnimalType()
getAnimalType in interface AnimalgetAnimalType in interface Invertebratepublic void setAnimalType(String animalType)
setAnimalType in interface AnimalsetAnimalType in interface Invertebratepublic String getSpecimenName()
getSpecimenName in interface AnimalgetSpecimenName in interface Invertebratepublic void setSpecimenName(String specimenName)
setSpecimenName in interface AnimalsetSpecimenName in interface Invertebratepublic Gender getGender()
getGender in interface AnimalgetGender in interface Invertebratepublic void setGender(Gender gender)
setGender in interface AnimalsetGender in interface Invertebratepublic List<Animal> getSiblings()
getSiblings in interface AnimalgetSiblings in interface Invertebratepublic void setSiblings(List<Animal> siblings)
setSiblings in interface AnimalsetSiblings in interface Invertebratepublic Animal getMother()
getMother in interface AnimalgetMother in interface Invertebratepublic void setMother(Animal mother)
setMother in interface AnimalsetMother in interface Invertebratepublic Ancestor getAncestor()
getAncestor in interface AnimalgetAncestor in interface Invertebratepublic void setAncestor(Ancestor ancestor)
setAncestor in interface AnimalsetAncestor in interface Invertebratepublic boolean getSquishy()
getSquishy in interface Invertebratepublic void setSquishy(boolean squishy)
setSquishy in interface InvertebrateCopyright © 2017 Mulesoft. All rights reserved.