Class GeoRecord
- java.lang.Object
-
- ubic.gemma.core.loader.expression.geo.model.GeoData
-
- ubic.gemma.core.loader.expression.geo.model.GeoRecord
-
- All Implemented Interfaces:
Serializable
public class GeoRecord extends GeoData
Used to contain GEO summary information from the 'Browse' views.This model is not intended for parsing GEO metadata in general, but rather get high-level metadata for browsing, use
GeoPlatform
,GeoSeries
andGeoSample
for more advanced parsing scenarios.- 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 GeoRecord()
-
Method Summary
-
Methods inherited from class ubic.gemma.core.loader.expression.geo.model.GeoData
addColumnName, equals, getColumnDescriptions, getColumnNames, getContact, getGeoAccession, getTitle, hashCode, setGeoAccession, setTitle, toString
-
-