Class FactorValueBasicValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<FactorValue>
-
- ubic.gemma.model.expression.experiment.FactorValueBasicValueObject
-
- All Implemented Interfaces:
Serializable
,Identifiable
public class FactorValueBasicValueObject extends IdentifiableValueObject<FactorValue>
Each factorvalue can be associated with multiple characteristics (or with a measurement).- Author:
- tesarst
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description FactorValueBasicValueObject()
Required when using the class as a spring bean.FactorValueBasicValueObject(Long id)
FactorValueBasicValueObject(FactorValue fv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
-
-
-
Constructor Detail
-
FactorValueBasicValueObject
public FactorValueBasicValueObject()
Required when using the class as a spring bean.
-
FactorValueBasicValueObject
public FactorValueBasicValueObject(Long id)
-
FactorValueBasicValueObject
public FactorValueBasicValueObject(FactorValue fv)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classIdentifiableValueObject<FactorValue>
-
-