Class ExpressionExperimentSet
- java.lang.Object
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
-
- ubic.gemma.model.analysis.expression.ExpressionExperimentSet
-
- All Implemented Interfaces:
gemma.gsec.model.Securable
,Serializable
,Auditable
,Securable
,Describable
,Identifiable
@Indexed public class ExpressionExperimentSet extends AbstractAuditable implements Securable
A grouping of expression studies.- Author:
- Paul
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExpressionExperimentSet.Factory
-
Constructor Summary
Constructors Constructor Description ExpressionExperimentSet()
No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Obtain a human-readable description of the objectSet<BioAssaySet>
getExperiments()
Long
getId()
String
getName()
Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.Taxon
getTaxon()
void
setExperiments(Set<BioAssaySet> experiments)
void
setTaxon(Taxon taxon)
-
Methods inherited from class ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
getAuditTrail, setAuditTrail
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
equals, hashCode, setDescription, setId, setName, toString
-
-
-
-
Method Detail
-
getId
@DocumentId public Long getId()
- Specified by:
getId
in interfaceIdentifiable
- Specified by:
getId
in interfacegemma.gsec.model.Securable
- Overrides:
getId
in classAbstractDescribable
-
getName
@Field public String 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
@Field(store=YES) public String getDescription()
Description copied from interface:Describable
Obtain a human-readable description of the object- Specified by:
getDescription
in interfaceDescribable
- Overrides:
getDescription
in classAbstractDescribable
-
getExperiments
public Set<BioAssaySet> getExperiments()
-
setExperiments
public void setExperiments(Set<BioAssaySet> experiments)
-
getTaxon
public Taxon getTaxon()
-
setTaxon
public void setTaxon(Taxon taxon)
-
-