Class Animal


  • public final class Animal
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Animal()  
      Animal​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Animal

        public Animal​(java.lang.String name)
      • Animal

        public Animal()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)