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
    No-arg constructor added to satisfy javabean contract
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object object)
    Returns true if the argument is an AnalysisResultSet instance and all identifiers for this entity equal the identifiers of the argument entity.
    Obtain the identifier of the object.
    void
    setId(Long id)
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AnalysisResultSet

      public AnalysisResultSet()
      No-arg constructor added to satisfy javabean contract
  • Method Details

    • equals

      public boolean equals(Object object)
      Returns true if the argument is an AnalysisResultSet instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
      Overrides:
      equals in class Object
    • getId

      public Long getId()
      Description copied from interface: Identifiable
      Obtain the identifier of the object.
      Specified by:
      getId in interface Identifiable
    • setId

      public void setId(Long id)