public class Sample extends Object
| Constructor and Description |
|---|
Sample() |
Sample(String id) |
Sample(String id,
Entity genotype) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
equalsSampleOrString(Object obj)
Allows compare with String or Sample object
|
Entity |
getGenotype() |
String |
getId() |
int |
hashCode() |
void |
setGenotype(Entity genotype) |
void |
setId(String id) |
String |
toString() |
public Sample()
public Sample(String id)
Copyright © 2017. All Rights Reserved.