gov.nih.nci.mageom.domain.BioAssay
Interface DerivedBioAssay

All Superinterfaces:
BioAssay, Describable, Extendable, Identifiable
All Known Implementing Classes:
DerivedBioAssayImpl

public interface DerivedBioAssay
extends BioAssay

A BioAssay that is created by the Transformation BioEvent from one or more MeasuredBioAssays or DerivedBioAssays.

Version:
%I%, %G%

Method Summary
 DerivedBioAssayData[] getDerivedBioAssayData()
          Returns the value of this DerivedBioAssay object's derivedBioAssayData attribute.
 BioAssayMap[] getDerivedBioAssayMap()
          Returns the value of this DerivedBioAssay object's derivedBioAssayMap attribute.
 OntologyEntry getType()
          Returns the value of this DerivedBioAssay object's type attribute.
 void setDerivedBioAssayData(DerivedBioAssayData[] p_derivedBioAssayData)
          Sets the derivedBioAssayData attribute.
 void setDerivedBioAssayMap(BioAssayMap[] p_derivedBioAssayMap)
          Sets the derivedBioAssayMap attribute.
 void setType(OntologyEntry p_type)
          Sets the type attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioAssay.BioAssay
getBioAssayFactorValues, getChannels, setBioAssayFactorValues, setChannels
 
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

setDerivedBioAssayMap

void setDerivedBioAssayMap(BioAssayMap[] p_derivedBioAssayMap)
Sets the derivedBioAssayMap attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a DerivedBioAssay object.

Parameters:
p_derivedBioAssayMap - The new value for derivedBioAssayMap.
See Also:
getDerivedBioAssayMap()

getDerivedBioAssayMap

BioAssayMap[] getDerivedBioAssayMap()
Returns the value of this DerivedBioAssay object's derivedBioAssayMap attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.BioAssayMap[] The value of derivedBioAssayMap.
See Also:
BioAssayMap

setDerivedBioAssayData

void setDerivedBioAssayData(DerivedBioAssayData[] p_derivedBioAssayData)
Sets the derivedBioAssayData attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a DerivedBioAssay object.

Parameters:
p_derivedBioAssayData - The new value for derivedBioAssayData.
See Also:
getDerivedBioAssayData()

getDerivedBioAssayData

DerivedBioAssayData[] getDerivedBioAssayData()
Returns the value of this DerivedBioAssay object's derivedBioAssayData attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.DerivedBioAssayData[] The value of derivedBioAssayData.
See Also:
DerivedBioAssayData

setType

void setType(OntologyEntry p_type)
Sets the type attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a DerivedBioAssay object.

Parameters:
p_type - The new value for type.
See Also:
getType()

getType

OntologyEntry getType()
Returns the value of this DerivedBioAssay object's type attribute.

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