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%

Method Summary
 Transformation getProducerTransformation()
          Returns the value of this DerivedBioAssayData object's producerTransformation attribute.
 void setProducerTransformation(Transformation p_producerTransformation)
          Sets the producerTransformation attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioAssayData.BioAssayData
getBioAssayDimension, getBioDataValues, getDesignElementDimension, getQuantitationTypeDimension, getSummaryStatistics, setBioAssayDimension, setBioDataValues, setDesignElementDimension, setQuantitationTypeDimension, setSummaryStatistics
 
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

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