public class Trio extends Object
| Constructor and Description |
|---|
Trio() |
Trio(Sample child,
Sample mother,
Sample father) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Sample |
getChild() |
Sample |
getFather() |
Sample |
getMother() |
int |
hashCode() |
void |
setChild(Sample child) |
void |
setFather(Sample father) |
void |
setMother(Sample mother) |
String |
toString() |
Copyright © 2017. All Rights Reserved.