Class GeoSubset
java.lang.Object
ubic.gemma.core.loader.expression.geo.model.GeoData
ubic.gemma.core.loader.expression.geo.model.GeoSubset
- All Implemented Interfaces:
Serializable
Represents a subset of samples.
- Author:
- pavlidis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getType()
void
setDataSet
(String dataSet) void
setDescription
(String description) void
setOwningDataset
(GeoDataset owningDataset) void
Methods inherited from class ubic.gemma.core.loader.expression.geo.model.GeoData
addColumnName, addRelation, equals, hashCode, toString
-
Constructor Details
-
GeoSubset
public GeoSubset()
-
-
Method Details
-
addToDescription
-
getDescription
- Returns:
- Returns the description.
-
setDescription
- Parameters:
description
- The description to set.
-
getSamples
- Returns:
- Returns the sample.
-
addSample
-
getType
- Returns:
- Returns the type.
-
setType
- Parameters:
type
- The type to set.
-
getOwningDataset
- Returns:
- Returns the owningDataset.
-
setOwningDataset
- Parameters:
owningDataset
- The owningDataset to set.
-
getDataSet
-
setDataSet
-