java.lang.Object
ubic.gemma.core.loader.expression.geo.model.GeoData
ubic.gemma.core.loader.expression.geo.model.GeoSubset
All Implemented Interfaces:
Serializable

public class GeoSubset extends GeoData
Represents a subset of samples.
Author:
pavlidis
See Also:
  • Constructor Details

    • GeoSubset

      public GeoSubset()
  • Method Details

    • addToDescription

      public void addToDescription(String s)
    • getDescription

      public String getDescription()
      Returns:
      Returns the description.
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - The description to set.
    • getSamples

      public Collection<GeoSample> getSamples()
      Returns:
      Returns the sample.
    • addSample

      public void addSample(GeoSample sample)
    • getType

      public GeoVariable.VariableType getType()
      Returns:
      Returns the type.
    • setType

      public void setType(GeoVariable.VariableType type)
      Parameters:
      type - The type to set.
    • getOwningDataset

      public GeoDataset getOwningDataset()
      Returns:
      Returns the owningDataset.
    • setOwningDataset

      public void setOwningDataset(GeoDataset owningDataset)
      Parameters:
      owningDataset - The owningDataset to set.
    • getDataSet

      public String getDataSet()
    • setDataSet

      public void setDataSet(String dataSet)