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 ubic.gemma.model.common.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
Modifier and TypeMethodDescriptionprotected booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.It could be the id of the measurement if there is no characteristic.Deprecated.Deprecated.ID of the experimental factor this FV belongs to.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getValue()Deprecated.Deprecated.inthashCode()Deprecated.voidsetCategory(String category) Deprecated.voidsetCategoryUri(String categoryUri) Deprecated.voidDeprecated.It could be the id of the measurement if there is no characteristic.voidsetFactorId(Long factorId) Deprecated.ID of the experimental factor this FV belongs to.voidsetNeedsAttention(Boolean needsAttention) Deprecated.voidDeprecated.voidsetObjectUri(String objectUri) Deprecated.voidsetPredicate(String predicate) Deprecated.voidsetPredicateUri(String predicateUri) Deprecated.voidsetSecondObject(String secondObject) Deprecated.voidsetSecondObjectUri(String secondObjectUri) Deprecated.voidsetSecondPredicate(String secondPredicate) Deprecated.voidsetSecondPredicateUri(String secondPredicateUri) Deprecated.voidDeprecated.voidsetValueUri(String valueUri) Deprecated.toString()Deprecated.Methods inherited from class ubic.gemma.model.expression.experiment.AbstractFactorValueValueObject
getCharacteristics, getExperimentalFactorCategory, getExperimentalFactorId, getExperimentalFactorType, getMeasurementObject, getOntologyId, getStatements, getSummary, isMeasurement, setCharacteristics, setExperimentalFactorCategory, setExperimentalFactorId, setExperimentalFactorType, setMeasurementObject, setOntologyId, setStatements, setSummaryMethods inherited from class ubic.gemma.model.common.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>
-
getFactorId
Deprecated.ID of the experimental factor this FV belongs to. -
getCategory
Deprecated. -
getCategoryUri
Deprecated. -
getCharId
Deprecated.It could be the id of the measurement if there is no characteristic. -
getValue
Deprecated. -
getValueUri
Deprecated. -
getPredicate
Deprecated. -
getPredicateUri
Deprecated. -
getObject
Deprecated. -
getObjectUri
Deprecated. -
getSecondPredicate
Deprecated. -
getSecondPredicateUri
Deprecated. -
getSecondObject
Deprecated. -
getSecondObjectUri
Deprecated. -
getNeedsAttention
Deprecated. -
setFactorId
Deprecated.ID of the experimental factor this FV belongs to. -
setCategory
Deprecated. -
setCategoryUri
Deprecated. -
setCharId
Deprecated.It could be the id of the measurement if there is no characteristic. -
setValue
Deprecated. -
setValueUri
Deprecated. -
setPredicate
Deprecated. -
setPredicateUri
Deprecated. -
setObject
Deprecated. -
setObjectUri
Deprecated. -
setSecondPredicate
Deprecated. -
setSecondPredicateUri
Deprecated. -
setSecondObject
Deprecated. -
setSecondObjectUri
Deprecated. -
setNeedsAttention
Deprecated. -
equals
Deprecated.- Overrides:
equalsin classAbstractFactorValueValueObject
-
canEqual
Deprecated.- Overrides:
canEqualin classAbstractFactorValueValueObject
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classAbstractFactorValueValueObject
-
FactorValueBasicValueObject. This one is confusing. Once usage of this type has been completely phased out, revise the BioMaterialValueObject and relevant DAOs and Services.