Class CompositeSequence
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.expression.designElement.CompositeSequence
- All Implemented Interfaces:
Describable
,Identifiable
A "Probe set" (Affymetrix) or a "Probe" (other types of arrays). The sequence referred to is a "target sequence"
(Affymetrix), oligo (oligo arrays) or cDNA clone/EST (cDNA arrays)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Important note: Two objects with the same class and non-null ID must be considered equal.Obtain a human-readable description of the objectgetId()
getName()
Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.void
setArrayDesign
(ArrayDesign arrayDesign) void
setBiologicalCharacteristic
(BioSequence biologicalCharacteristic) Methods inherited from class ubic.gemma.model.common.AbstractDescribable
hashCode, setDescription, setName, toString
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
setId
-
Constructor Details
-
CompositeSequence
public CompositeSequence()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classAbstractIdentifiable
-
getName
Description copied from interface:Describable
Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.- Specified by:
getName
in interfaceDescribable
- Overrides:
getName
in classAbstractDescribable
-
getDescription
Description copied from interface:Describable
Obtain a human-readable description of the object- Specified by:
getDescription
in interfaceDescribable
- Overrides:
getDescription
in classAbstractDescribable
-
getArrayDesign
-
setArrayDesign
-
getBiologicalCharacteristic
- Returns:
- The sequence for this composite sequence.
-
setBiologicalCharacteristic
-
equals
Description copied from class:AbstractIdentifiable
Important 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:
equals
in classAbstractIdentifiable
-