Package ubic.gemma.model.analysis
Class AnalysisResultSet<R extends AnalysisResult>
- java.lang.Object
-
- ubic.gemma.model.analysis.AnalysisResultSet<R>
-
- All Implemented Interfaces:
Identifiable
- Direct Known Subclasses:
FactorAssociatedAnalysisResultSet
public abstract class AnalysisResultSet<R extends AnalysisResult> extends Object implements Identifiable
An abstract class representing a related set of generic analysis results, part of an analysis.
-
-
Constructor Summary
Constructors Constructor Description AnalysisResultSet()
No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an AnalysisResultSet instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
void
setId(Long id)
-
-
-
Method Detail
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an AnalysisResultSet instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
getId
public Long getId()
- Specified by:
getId
in interfaceIdentifiable
-
setId
public void setId(Long id)
-
-