Class ExpressionExperimentSet
- java.lang.Object
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.common.AbstractAuditable
-
- ubic.gemma.model.analysis.expression.ExpressionExperimentSet
-
- All Implemented Interfaces:
gemma.gsec.model.Securable,Serializable,Auditable,Describable,Identifiable
@Indexed public class ExpressionExperimentSet extends AbstractAuditable implements gemma.gsec.model.Securable
A grouping of expression studies.- Author:
- Paul
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpressionExperimentSet.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 StringgetDescription()Obtain a human-readable description of the objectSet<BioAssaySet>getExperiments()LonggetId()StringgetName()Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.TaxongetTaxon()voidsetExperiments(Set<BioAssaySet> experiments)voidsetTaxon(Taxon taxon)-
Methods inherited from class ubic.gemma.model.common.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:
getIdin interfaceIdentifiable- Specified by:
getIdin interfacegemma.gsec.model.Securable- Overrides:
getIdin classAbstractDescribable
-
getName
@Field public String getName()
Description copied from interface:DescribableObtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.- Specified by:
getNamein interfaceDescribable- Overrides:
getNamein classAbstractDescribable
-
getDescription
@Field(store=YES) public String getDescription()
Description copied from interface:DescribableObtain a human-readable description of the object- Specified by:
getDescriptionin interfaceDescribable- Overrides:
getDescriptionin classAbstractDescribable
-
getExperiments
public Set<BioAssaySet> getExperiments()
-
setExperiments
public void setExperiments(Set<BioAssaySet> experiments)
-
getTaxon
public Taxon getTaxon()
-
setTaxon
public void setTaxon(Taxon taxon)
-
-