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 TypeMethodDescriptionvoidvoidgetType()voidsetDataSet(String dataSet) voidsetDescription(String description) voidsetOwningDataset(GeoDataset owningDataset) voidMethods inherited from class ubic.gemma.core.loader.expression.geo.model.GeoData
addColumnName, addRelation, equals, getColumnDescriptions, getColumnNames, getContact, getGeoAccession, getRelations, getTitle, hashCode, setContact, setGeoAccession, setRelations, setTitle, 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
-