public class Trio extends Object
Trio()
Trio(Sample child, Sample mother, Sample father)
Sample
getChild()
getFather()
getMother()
void
setChild(Sample child)
setFather(Sample father)
setMother(Sample mother)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Trio()
public Trio(Sample child, Sample mother, Sample father)
public Sample getChild()
public void setChild(Sample child)
public Sample getMother()
public void setMother(Sample mother)
public Sample getFather()
public void setFather(Sample father)
public String toString()
toString
Object
Copyright © 2015. All Rights Reserved.