Class GeoData
java.lang.Object
ubic.gemma.core.loader.expression.geo.model.GeoData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GeoDataset,GeoPlatform,GeoRecord,GeoSample,GeoSeries,GeoSubset
Abstract class from which other GEO objects are descended.
- Author:
- pavlidis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumnName(String columnName) voidaddRelation(String key, String value) booleanThe column names mean different things in different subclasses.getTitle()inthashCode()voidsetContact(GeoContact contact) voidsetGeoAccession(String geoAccession) voidsetRelations(Map<String, Collection<String>> relations) voidtoString()
-
Constructor Details
-
GeoData
public GeoData()
-
-
Method Details
-
addRelation
-
addColumnName
-
hashCode
public int hashCode() -
equals
-
toString
-
getGeoAccession
-
getTitle
-
getContact
-
getRelations
-
getColumnNames
The column names mean different things in different subclasses. For samples, the column names are the "quantitation types". For platforms, they are descriptor names. -
getColumnDescriptions
-
setGeoAccession
-
setTitle
-
setContact
-
setRelations
-