Class SingleCellDimensionValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<SingleCellDimension>
ubic.gemma.model.expression.bioAssayData.SingleCellDimensionValueObject
- All Implemented Interfaces:
Serializable
,Identifiable
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 an ExpressionExperimentValueObject
and its associated BioAssayValueObject
.
- Author:
- poirigui
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
ConstructorsConstructorDescriptionSingleCellDimensionValueObject
(SingleCellDimension singleCellDimension, boolean excludeBioAssayIds, boolean excludeCellTypeIds, boolean excludeCharacteristicIds) -
Method Summary
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId, toString
-
Constructor Details
-
SingleCellDimensionValueObject
public SingleCellDimensionValueObject(SingleCellDimension singleCellDimension, boolean excludeBioAssayIds, boolean excludeCellTypeIds, boolean excludeCharacteristicIds)
-