Class FactorValueValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<FactorValue>
ubic.gemma.model.expression.experiment.AbstractFactorValueValueObject
ubic.gemma.model.expression.experiment.FactorValueValueObject
- All Implemented Interfaces:
Serializable, Identifiable
Deprecated.
Each
FactorValue can be associated with multiple characteristics (or with a measurement). However, for
flattening out the objects for client display, there is only one characteristic associated here.
Note: this used to be called FactorValueObject and now replaces the old FactorValueValueObject. Confusing!
- Author:
- Paul
- See Also:
-
Field Summary
Fields inherited from class IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Required when using the class as a spring bean.Deprecated.Deprecated.FactorValueValueObject(FactorValue value, boolean includeExperimentalFactor) Deprecated.Create a FactorValue VO.Deprecated.Create a FactorValue VO focusing on a specific statement. -
Method Summary
Methods inherited from class AbstractFactorValueValueObject
isMeasurementMethods inherited from class IdentifiableValueObject
getId, setId
-
Constructor Details
-
FactorValueValueObject
public FactorValueValueObject()Deprecated.Required when using the class as a spring bean. -
FactorValueValueObject
Deprecated. -
FactorValueValueObject
Deprecated. -
FactorValueValueObject
Deprecated.Create a FactorValue VO.- Parameters:
includeExperimentalFactor- whether to include the experimental factor in the serialization, this might be unnecessary if the FV is rendered in the context of its factor
-
FactorValueValueObject
Deprecated.Create a FactorValue VO focusing on a specific statement.- Parameters:
fv- a factor valuec- specific statement we're focusing on (yes, this is confusing). This is necessary if the factor value has multiple characteristics. DO NOT pass in the experimental factor category, this just confuses things. If c is null, the plain "value" is used.
-
-
Method Details
-
getDescription
Deprecated. -
getFactorValue
Deprecated. -
toString
Deprecated.- Overrides:
toStringin classIdentifiableValueObject<FactorValue>
-
FactorValueBasicValueObject. This one is confusing. Once usage of this type has been completely phased out, revise the BioMaterialValueObject and relevant DAOs and Services.