Class DatasetMetadata

java.lang.Object
ubic.gemma.core.loader.expression.cellxgene.model.DatasetMetadata

public class DatasetMetadata extends Object
  • Constructor Details

    • DatasetMetadata

      public DatasetMetadata()
  • Method Details

    • getId

      public String getId()
    • getCollectionId

      public String getCollectionId()
    • getName

      public String getName()
    • getCellCount

      public int getCellCount()
    • getOrganism

      public List<OntologyTerm> getOrganism()
    • getCellType

      public List<OntologyTerm> getCellType()
    • getDevelopmentStage

      public List<OntologyTerm> getDevelopmentStage()
    • getDisease

      public List<OntologyTerm> getDisease()
    • getTissue

      public List<OntologyTerm> getTissue()
    • getAssay

      public List<OntologyTerm> getAssay()
    • getDatasetAssets

      public List<DatasetAsset> getDatasetAssets()
    • getDonorId

      public List<String> getDonorId()
    • getMeanGenesPerCell

      public double getMeanGenesPerCell()
    • setId

      public void setId(String id)
    • setCollectionId

      public void setCollectionId(String collectionId)
    • setName

      public void setName(String name)
    • setCellCount

      public void setCellCount(int cellCount)
    • setOrganism

      public void setOrganism(List<OntologyTerm> organism)
    • setCellType

      public void setCellType(List<OntologyTerm> cellType)
    • setDevelopmentStage

      public void setDevelopmentStage(List<OntologyTerm> developmentStage)
    • setDisease

      public void setDisease(List<OntologyTerm> disease)
    • setTissue

      public void setTissue(List<OntologyTerm> tissue)
    • setAssay

      public void setAssay(List<OntologyTerm> assay)
    • setDatasetAssets

      public void setDatasetAssets(List<DatasetAsset> datasetAssets)
    • setDonorId

      public void setDonorId(List<String> donorId)
    • setMeanGenesPerCell

      public void setMeanGenesPerCell(double meanGenesPerCell)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object