Class DesignPreflightReport.Summary
java.lang.Object
ubic.gemma.model.expression.experiment.DesignPreflightReport.Summary
- All Implemented Interfaces:
Serializable
- Enclosing class:
DesignPreflightReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintintintintintintintinthashCode()voidsetBiomaterialsWithChangedAssignments(int biomaterialsWithChangedAssignments) voidsetDifferentialExpressionAnalysesToDelete(int differentialExpressionAnalysesToDelete) voidsetFactorsToCreate(int factorsToCreate) voidsetFactorsToDelete(int factorsToDelete) voidsetFactorValuesToCreate(int factorValuesToCreate) voidsetFactorValuesToDelete(int factorValuesToDelete) voidsetSubsetsWithStaleAnchor(int subsetsWithStaleAnchor) toString()
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-