Class BioMaterialValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<BioMaterial>
ubic.gemma.model.expression.biomaterial.BioMaterialValueObject
- All Implemented Interfaces:
Serializable
,Identifiable
- Author:
- lukem
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean.BioMaterialValueObject
(BioMaterial bm, boolean basic, boolean allFactorValuesAndCharacteristics) -
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends IdentifiableValueObject> Deprecated.Collection
<? extends IdentifiableValueObject> toString()
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
Constructor Details
-
BioMaterialValueObject
public BioMaterialValueObject()Required when using the class as a spring bean. -
BioMaterialValueObject
-
BioMaterialValueObject
-
BioMaterialValueObject
-
BioMaterialValueObject
public BioMaterialValueObject(BioMaterial bm, boolean basic, boolean allFactorValuesAndCharacteristics) - Parameters:
basic
- if true, populatefVBasicVOs
instead offactorValueObjects
. Note that basic FVs should be preferred for new code.allFactorValuesAndCharacteristics
- whether to include all factor values and characteristics, including those inherited from the source biomaterial, otherwise only those from the sample will be included
-
-
Method Details
-
getFactorValues
-
getFactorValueObjects
Deprecated. -
toString
- Overrides:
toString
in classIdentifiableValueObject<BioMaterial>
-
getFactorValues()