gov.nih.nci.mageom.domain.BioAssayData
Interface DerivedBioAssayData
- All Superinterfaces:
- BioAssayData, Describable, Extendable, Identifiable
- All Known Implementing Classes:
- DerivedBioAssayDataImpl
public interface DerivedBioAssayData
- extends BioAssayData
The output of a transformation event.
- Version:
- %I%, %G%
setProducerTransformation
void setProducerTransformation(Transformation p_producerTransformation)
- Sets the producerTransformation attribute. This API is currently
read-only. So, calling this method does not affect the persistent
state of a
DerivedBioAssayData object.
- Parameters:
p_producerTransformation - The new value for producerTransformation.- See Also:
getProducerTransformation()
getProducerTransformation
Transformation getProducerTransformation()
- Returns the value of this
DerivedBioAssayData object's producerTransformation attribute.
- Returns:
gov.nih.nci.mageom.bean.BioAssayData.Transformation The value of producerTransformation.- See Also:
Transformation