Class Parent

    • Constructor Summary

      Constructors 
      Constructor Description
      Parent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte getB()  
      int getI()  
      long getL()  
      short getS()  
      void setB​(byte b)  
      void setI​(int i)  
      void setL​(long l)  
      void setS​(short s)  
      • Methods inherited from class java.lang.Object

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

      • Parent

        public Parent()
    • Method Detail

      • getB

        public byte getB()
      • setB

        public void setB​(byte b)
      • getS

        public short getS()
      • setS

        public void setS​(short s)
      • getI

        public int getI()
      • setI

        public void setI​(int i)
      • getL

        public long getL()
      • setL

        public void setL​(long l)