Class FactorValue
- java.lang.Object
-
- ubic.gemma.model.expression.experiment.FactorValue
-
- All Implemented Interfaces:
gemma.gsec.model.Securable,gemma.gsec.model.SecuredChild,Serializable,Identifiable
@Indexed public class FactorValue extends Object implements Identifiable, Serializable, gemma.gsec.model.SecuredChild
The value for a ExperimentalFactor, representing a specific instance of the factor, such as "10 ug/kg" or "mutant"- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFactorValue.Factory
-
Constructor Summary
Constructors Constructor Description FactorValue()No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object object)Set<Statement>getCharacteristics()ExperimentalFactorgetExperimentalFactor()LonggetId()BooleangetIsBaseline()MeasurementgetMeasurement()booleangetNeedsAttention()Set<Characteristic>getOldStyleCharacteristics()Deprecated.ExpressionExperimentgetSecurityOwner()StringgetValue()Deprecated.usegetMeasurement()orgetCharacteristics()to retrieve the value.inthashCode()voidsetCharacteristics(Set<Statement> characteristics)voidsetExperimentalFactor(ExperimentalFactor experimentalFactor)voidsetId(Long id)voidsetIsBaseline(Boolean isBaseline)voidsetMeasurement(Measurement measurement)voidsetNeedsAttention(boolean troubled)voidsetOldStyleCharacteristics(Set<Characteristic> oldCharacteristics)Deprecated.voidsetSecurityOwner(ExpressionExperiment ee)voidsetValue(String value)Deprecated.StringtoString()
-
-
-
Method Detail
-
getId
@DocumentId public Long getId()
- Specified by:
getIdin interfaceIdentifiable- Specified by:
getIdin interfacegemma.gsec.model.Securable
-
setId
public void setId(Long id)
-
getSecurityOwner
public ExpressionExperiment getSecurityOwner()
- Specified by:
getSecurityOwnerin interfacegemma.gsec.model.SecuredChild
-
setSecurityOwner
public void setSecurityOwner(ExpressionExperiment ee)
-
getOldStyleCharacteristics
@Deprecated public Set<Characteristic> getOldStyleCharacteristics()
Deprecated.
-
setOldStyleCharacteristics
@Deprecated public void setOldStyleCharacteristics(Set<Characteristic> oldCharacteristics)
Deprecated.
-
getExperimentalFactor
public ExperimentalFactor getExperimentalFactor()
-
setExperimentalFactor
public void setExperimentalFactor(ExperimentalFactor experimentalFactor)
-
getIsBaseline
public Boolean getIsBaseline()
- Returns:
- True if this is to be considered the baseline condition. This is ignored if the factor is numeric (non-categorical).
-
setIsBaseline
public void setIsBaseline(Boolean isBaseline)
-
getMeasurement
public Measurement getMeasurement()
-
setMeasurement
public void setMeasurement(Measurement measurement)
-
getValue
@Deprecated public String getValue()
Deprecated.usegetMeasurement()orgetCharacteristics()to retrieve the value.
-
setValue
@Deprecated public void setValue(String value)
Deprecated.
-
getNeedsAttention
public boolean getNeedsAttention()
-
setNeedsAttention
public void setNeedsAttention(boolean troubled)
-
-