Class ExpressionExperimentSet
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
ubic.gemma.model.analysis.expression.ExpressionExperimentSet
- All Implemented Interfaces:
gemma.gsec.model.Securable
,Auditable
,Securable
,Describable
,Identifiable
A grouping of expression studies.
- Author:
- Paul
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionNo-arg constructor added to satisfy javabean contract -
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.getTaxon()
void
setAccession
(DatabaseEntry accession) void
setExperiments
(Set<ExpressionExperiment> experiments) void
Methods inherited from class ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
getAuditTrail, setAuditTrail
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
-
ExpressionExperimentSet
public ExpressionExperimentSet()No-arg constructor added to satisfy javabean contract
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIdentifiable
- Specified by:
getId
in interfacegemma.gsec.model.Securable
- Overrides:
getId
in classAbstractIdentifiable
-
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
-
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
-
getAccession
-
setAccession
-
getExperiments
-
setExperiments
-
getTaxon
-
setTaxon
-