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
public class GeoSubset extends GeoData
Represents a subset of samples.- Author:
- pavlidis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.loader.expression.geo.model.GeoData
contact, geoAccession
-
-
Constructor Summary
Constructors Constructor Description GeoSubset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSample(GeoSample sample)
void
addToDescription(String s)
String
getDataSet()
String
getDescription()
GeoDataset
getOwningDataset()
Collection<GeoSample>
getSamples()
GeoVariable.VariableType
getType()
void
setDataSet(String dataSet)
void
setDescription(String description)
void
setOwningDataset(GeoDataset owningDataset)
void
setSample(Collection<GeoSample> samples)
void
setType(GeoVariable.VariableType type)
-
Methods inherited from class ubic.gemma.core.loader.expression.geo.model.GeoData
addColumnName, equals, getColumnDescriptions, getColumnNames, getContact, getGeoAccession, getTitle, hashCode, setGeoAccession, setTitle, toString
-
-
-
-
Method Detail
-
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.
-
setSample
public void setSample(Collection<GeoSample> samples)
-
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)
-
-