Class Trio


  • public class Trio
    extends java.lang.Object
    • Constructor Detail

      • Trio

        public Trio()
    • Method Detail

      • getChild

        public Sample getChild()
      • setChild

        public void setChild​(Sample child)
      • getMother

        public Sample getMother()
      • setMother

        public void setMother​(Sample mother)
      • getFather

        public Sample getFather()
      • setFather

        public void setFather​(Sample father)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object