gov.nih.nci.mageom.domain.BioEvent
Interface BioEvent
- All Superinterfaces:
- Describable, Extendable, Identifiable
- All Known Subinterfaces:
- BioAssayCreation, BioAssayMap, BioAssayTreatment, CompositeCompositeMap, DesignElementMap, FeatureExtraction, FeatureReporterMap, Hybridization, ImageAcquisition, Map, QuantitationTypeMap, ReporterCompositeMap, Transformation, Treatment
- All Known Implementing Classes:
- BioAssayCreationImpl, BioAssayMapImpl, BioAssayTreatmentImpl, BioEventImpl, CompositeCompositeMapImpl, DesignElementMapImpl, FeatureExtractionImpl, FeatureReporterMapImpl, HybridizationImpl, ImageAcquisitionImpl, MapImpl, QuantitationTypeMapImpl, ReporterCompositeMapImpl, TransformationImpl, TreatmentImpl
public interface BioEvent
- extends Identifiable
An abstract class to capture the concept of an event (either in the laboratory or a computational
analysis).
- Version:
- %I%, %G%
setProtocolApplications
void setProtocolApplications(ProtocolApplication[] p_protocolApplications)
- Sets the protocolApplications attribute. This API is currently
read-only. So, calling this method does not affect the persistent
state of a
BioEvent object.
- Parameters:
p_protocolApplications - The new value for protocolApplications.- See Also:
getProtocolApplications()
getProtocolApplications
ProtocolApplication[] getProtocolApplications()
- Returns the value of this
BioEvent object's protocolApplications attribute.
- Returns:
gov.nih.nci.mageom.bean.Protocol.ProtocolApplication[] The value of protocolApplications.- See Also:
ProtocolApplication