Class Animal

    • Constructor Detail

      • Animal

        public Animal()
      • Animal

        public Animal​(String description,
                      float bodyWeight)
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getBodyWeight

        public float getBodyWeight()
      • setBodyWeight

        public void setBodyWeight​(float bodyWeight)
      • getSerialNumber

        public String getSerialNumber()
      • setSerialNumber

        public void setSerialNumber​(String serialNumber)
      • getZoo

        public Zoo getZoo()
      • setZoo

        public void setZoo​(Zoo zoo)
      • getMother

        public Animal getMother()
      • setMother

        public void setMother​(Animal mother)
      • getFather

        public Animal getFather()
      • setFather

        public void setFather​(Animal father)
      • getOffspring

        public Set<Human> getOffspring()
      • addOffspring

        public void addOffspring​(Animal offspring)
      • setOffspring

        public void setOffspring​(Set offspring)