Package ubic.gemma.model.analysis
Class AnalysisResultSet<R extends AnalysisResult>
- java.lang.Object
-
- ubic.gemma.model.analysis.AnalysisResultSet<R>
-
- All Implemented Interfaces:
Serializable
,Identifiable
- Direct Known Subclasses:
FactorAssociatedAnalysisResultSet
public abstract class AnalysisResultSet<R extends AnalysisResult> extends Object implements Identifiable, Serializable
An abstract class representing a related set of generic analysis results, part of an analysis.- See Also:
- Serialized Form
-
-
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()
int
hashCode()
Returns a hash code based on this entity's identifiers.void
setId(Long id)
-
-
-
Method Detail
-
hashCode
public int hashCode()
Returns a hash code based on this entity's identifiers.
-
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)
-
-