Class Reporter
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.core.loader.expression.arrayDesign.Reporter
- All Implemented Interfaces:
Serializable,Describable,Identifiable
A "probe" (Affymetrix); for other types of arrays, there is no practical distinction between compositesequences and
reporters, and all analysis would take place at the level of CompositeSequences.
For a brief time this was part of our core data model; but currently this is used only transiently during parsing
etc. of Affymetrix platform sequence files.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.getCol()getRow()voidvoidsetCompositeSequence(CompositeSequence compositeSequence) voidsetImmobilizedCharacteristic(BioSequence immobilizedCharacteristic) voidvoidsetStartInBioChar(Long startInBioChar) voidMethods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
Constructor Details
-
Reporter
public Reporter()No-arg constructor added to satisfy javabean contract
-
-
Method Details
-
getRow
-
setRow
-
getCol
-
setCol
-
getStartInBioChar
-
setStartInBioChar
-
getStrand
- Returns:
- Strand on which the reporter aligns to the biologicalCharacteristic. True=plus strand. False=minus strand.
-
setStrand
-
getCompositeSequence
-
setCompositeSequence
-
getImmobilizedCharacteristic
- Returns:
- The sequence that is on the array for this reporter.
-
setImmobilizedCharacteristic
-
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equalsin classAbstractIdentifiable
-