Class Sample


  • public class Sample
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Sample()  
      Sample​(java.lang.String id)  
      Sample​(java.lang.String id, org.molgenis.data.Entity genotype)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      org.molgenis.data.Entity getGenotype()  
      java.lang.String getId()  
      int hashCode()  
      void setGenotype​(org.molgenis.data.Entity genotype)  
      void setId​(java.lang.String id)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Sample

        public Sample()
      • Sample

        public Sample​(java.lang.String id)
      • Sample

        public Sample​(java.lang.String id,
                      org.molgenis.data.Entity genotype)
    • 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:
        equals in class java.lang.Object
      • hashCode

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

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