Class DatasetsWebService.PcLoadingsValueObject.Row
java.lang.Object
ubic.gemma.rest.DatasetsWebService.PcLoadingsValueObject.Row
- Enclosing class:
DatasetsWebService.PcLoadingsValueObject
- Author:
- tesarst
-
Constructor Summary
ConstructorsConstructorDescriptionRow(Long designElementId, String designElementName, List<HeatmapDataValueObject.GeneRef> genes, double loading) Creates a newRowinstance. -
Method Summary
-
Constructor Details
-
Row
public Row(@Nullable Long designElementId, @Nullable String designElementName, @Nullable List<HeatmapDataValueObject.GeneRef> genes, double loading) Creates a newRowinstance.- Parameters:
designElementId-designElementName-genes- Genes the probe maps to, ornullif it maps to none. More than one entry means a non-specific probe.loading-
-
-
Method Details
-
getDesignElementId
-
getDesignElementName
-
getGenes
Genes the probe maps to, ornullif it maps to none. More than one entry means a non-specific probe. -
getLoading
public double getLoading() -
equals
-
hashCode
-
toString
-