Class AbstractFactorValueValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<FactorValue>
-
- ubic.gemma.model.expression.experiment.AbstractFactorValueValueObject
-
- All Implemented Interfaces:
Serializable,Identifiable
- Direct Known Subclasses:
FactorValueBasicValueObject,FactorValueValueObject
public abstract class AbstractFactorValueValueObject extends IdentifiableValueObject<FactorValue>
The bare minimum to represent a factor value.This class solely exist to get consistent behavior between the deprecated
FactorValueValueObjectand its replacementFactorValueBasicValueObject.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractFactorValueValueObject()protectedAbstractFactorValueValueObject(Long id)protectedAbstractFactorValueValueObject(FactorValue fv, boolean includeExperimentalFactor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMeasurement()Indicate if this FactorValue is a measurement.-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId, toString
-
-
-
-
Constructor Detail
-
AbstractFactorValueValueObject
protected AbstractFactorValueValueObject()
-
AbstractFactorValueValueObject
protected AbstractFactorValueValueObject(Long id)
-
AbstractFactorValueValueObject
protected AbstractFactorValueValueObject(FactorValue fv, boolean includeExperimentalFactor)
-
-