Package ubic.gemma.model.analysis
Class Analysis
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.analysis.Analysis
- All Implemented Interfaces:
Describable,Identifiable
- Direct Known Subclasses:
CellTypeAssignment,ExpressionAnalysis
An analysis of one or more Investigations. The manner in which the analysis was done is described in the Protocol and
Description associations. Analyses which use more than one Investigation are meta-analyses.
- Author:
- Paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.voidvoidsetProtocol(Protocol protocol) Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, hashCode, setDescription, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, 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
-
Analysis
public Analysis()No-arg constructor added to satisfy javabean contract
-
-
Method Details
-
getName
Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.Some analysis do not fill in the name, so this may be null.
- Specified by:
getNamein interfaceDescribable- Overrides:
getNamein classAbstractDescribable
-
setName
- Overrides:
setNamein classAbstractDescribable
-
getProtocol
-
setProtocol
-