Class DesignMatrixRowValueObject
java.lang.Object
ubic.gemma.web.controller.expression.experiment.DesignMatrixRowValueObject
- All Implemented Interfaces:
Serializable
For the display of a summary table about experimental design.
- Author:
- luke, paul fixed to handle incomplete designs
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
void
setCount
(int count) void
setFactors
(List<String> factors) void
setFactorValueMap
(Map<String, String> factorValueMap)
-
Constructor Details
-
DesignMatrixRowValueObject
-
-
Method Details
-
getCount
public int getCount()- Returns:
- the count
-
setCount
public void setCount(int count) - Parameters:
count
- the count to set
-
getFactors
- Returns:
- the factors
-
setFactors
- Parameters:
factors
- the factors to set
-
getFactorTypes
-
getFactorValueMap
- Returns:
- the factorValues
-
setFactorValueMap
-