gov.nih.nci.mageom.domain.Experiment
Interface FactorValue

All Superinterfaces:
Describable, Extendable, Identifiable
All Known Implementing Classes:
FactorValueImpl

public interface FactorValue
extends Identifiable

The value for a ExperimentalFactor

Version:
%I%, %G%

Method Summary
 ExperimentalFactor getExperimentalFactor()
          Returns the value of this FactorValue object's experimentalFactor attribute.
 Measurement getMeasurement()
          Returns the value of this FactorValue object's measurement attribute.
 OntologyEntry getValue()
          Returns the value of this FactorValue object's value attribute.
 void setExperimentalFactor(ExperimentalFactor p_experimentalFactor)
          Sets the experimentalFactor attribute.
 void setMeasurement(Measurement p_measurement)
          Sets the measurement attribute.
 void setValue(OntologyEntry p_value)
          Sets the value attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable
getIdentifier, getName, setIdentifier, setName
 
Methods inherited from interface gov.nih.nci.mageom.domain.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setExperimentalFactor

void setExperimentalFactor(ExperimentalFactor p_experimentalFactor)
Sets the experimentalFactor attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FactorValue object.

Parameters:
p_experimentalFactor - The new value for experimentalFactor.
See Also:
getExperimentalFactor()

getExperimentalFactor

ExperimentalFactor getExperimentalFactor()
Returns the value of this FactorValue object's experimentalFactor attribute.

Returns:
gov.nih.nci.mageom.bean.Experiment.ExperimentalFactor The value of experimentalFactor.
See Also:
ExperimentalFactor

setMeasurement

void setMeasurement(Measurement p_measurement)
Sets the measurement attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FactorValue object.

Parameters:
p_measurement - The new value for measurement.
See Also:
getMeasurement()

getMeasurement

Measurement getMeasurement()
Returns the value of this FactorValue object's measurement attribute.

Returns:
gov.nih.nci.mageom.bean.Measurement.Measurement The value of measurement.
See Also:
Measurement

setValue

void setValue(OntologyEntry p_value)
Sets the value attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FactorValue object.

Parameters:
p_value - The new value for value.
See Also:
getValue()

getValue

OntologyEntry getValue()
Returns the value of this FactorValue object's value attribute.

Returns:
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of value.
See Also:
OntologyEntry