Class Sample
- java.lang.Object
-
- org.molgenis.data.vcf.datastructures.Sample
-
public class Sample extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)org.molgenis.data.EntitygetGenotype()java.lang.StringgetId()inthashCode()voidsetGenotype(org.molgenis.data.Entity genotype)voidsetId(java.lang.String id)java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getGenotype
public org.molgenis.data.Entity getGenotype()
-
setGenotype
public void setGenotype(org.molgenis.data.Entity genotype)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-