Class DesignPreflightReport.Summary

java.lang.Object
ubic.gemma.model.expression.experiment.DesignPreflightReport.Summary
All Implemented Interfaces:
Serializable
Enclosing class:
DesignPreflightReport

public static class DesignPreflightReport.Summary extends Object implements Serializable
See Also:
  • Constructor Details

    • Summary

      public Summary()
  • Method Details

    • getFactorsToDelete

      public int getFactorsToDelete()
    • getFactorValuesToDelete

      public int getFactorValuesToDelete()
    • getFactorsToCreate

      public int getFactorsToCreate()
    • getFactorValuesToCreate

      public int getFactorValuesToCreate()
    • getDifferentialExpressionAnalysesToDelete

      public int getDifferentialExpressionAnalysesToDelete()
    • getSubsetsWithStaleAnchor

      public int getSubsetsWithStaleAnchor()
    • getBiomaterialsWithChangedAssignments

      public int getBiomaterialsWithChangedAssignments()
    • setFactorsToDelete

      public void setFactorsToDelete(int factorsToDelete)
    • setFactorValuesToDelete

      public void setFactorValuesToDelete(int factorValuesToDelete)
    • setFactorsToCreate

      public void setFactorsToCreate(int factorsToCreate)
    • setFactorValuesToCreate

      public void setFactorValuesToCreate(int factorValuesToCreate)
    • setDifferentialExpressionAnalysesToDelete

      public void setDifferentialExpressionAnalysesToDelete(int differentialExpressionAnalysesToDelete)
    • setSubsetsWithStaleAnchor

      public void setSubsetsWithStaleAnchor(int subsetsWithStaleAnchor)
    • setBiomaterialsWithChangedAssignments

      public void setBiomaterialsWithChangedAssignments(int biomaterialsWithChangedAssignments)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object