Class DatasetsWebService.PcLoadingsValueObject.Row

java.lang.Object
ubic.gemma.rest.DatasetsWebService.PcLoadingsValueObject.Row
Enclosing class:
DatasetsWebService.PcLoadingsValueObject

public static final class DatasetsWebService.PcLoadingsValueObject.Row extends Object
Author:
tesarst
  • Constructor Details

    • Row

      public Row(@Nullable Long designElementId, @Nullable String designElementName, @Nullable List<HeatmapDataValueObject.GeneRef> genes, double loading)
      Creates a new Row instance.
      Parameters:
      designElementId -
      designElementName -
      genes - Genes the probe maps to, or null if it maps to none. More than one entry means a non-specific probe.
      loading -
  • Method Details

    • getDesignElementId

      @Nullable public Long getDesignElementId()
    • getDesignElementName

      @Nullable public String getDesignElementName()
    • getGenes

      @Nullable public List<HeatmapDataValueObject.GeneRef> getGenes()
      Genes the probe maps to, or null if it maps to none. More than one entry means a non-specific probe.
    • getLoading

      public double getLoading()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object