Class SingleCellDimensionValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<SingleCellDimension>
-
- ubic.gemma.model.expression.bioAssayData.SingleCellDimensionValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class SingleCellDimensionValueObject extends IdentifiableValueObject<SingleCellDimension>
Value object for a single-cell dimension.BioAssay
s are unpacked into a list of IDs. This is suitable because this object is displayed in the context of anExpressionExperimentValueObject
and its associatedBioAssayValueObject
.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description SingleCellDimensionValueObject(SingleCellDimension singleCellDimension, boolean excludeBioAssayIds, boolean excludeCellTypeIds, boolean excludeCharacteristicIds)
-
-
-
Constructor Detail
-
SingleCellDimensionValueObject
public SingleCellDimensionValueObject(SingleCellDimension singleCellDimension, boolean excludeBioAssayIds, boolean excludeCellTypeIds, boolean excludeCharacteristicIds)
-
-