Class ExpressionExperimentSubSet

All Implemented Interfaces:
gemma.gsec.model.Securable, gemma.gsec.model.SecuredChild, Auditable, Securable, SecuredChild, Describable, Identifiable

public class ExpressionExperimentSubSet extends BioAssaySet implements SecuredChild
A subset of samples from an ExpressionExperiment
  • Field Details

  • Constructor Details

    • ExpressionExperimentSubSet

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

    • getSecurityOwner

      public Securable getSecurityOwner()
      Specified by:
      getSecurityOwner in interface gemma.gsec.model.SecuredChild
      Specified by:
      getSecurityOwner in interface SecuredChild
    • getSourceExperiment

      public ExpressionExperiment getSourceExperiment()
    • setSourceExperiment

      public void setSourceExperiment(ExpressionExperiment sourceExperiment)
    • equals

      public boolean equals(Object object)
      Description copied from class: AbstractIdentifiable
      Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.
      Specified by:
      equals in class AbstractIdentifiable