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

All Superinterfaces:
BioEvent, Describable, Extendable, Identifiable
All Known Subinterfaces:
ImageAcquisition
All Known Implementing Classes:
BioAssayTreatmentImpl, ImageAcquisitionImpl

public interface BioAssayTreatment
extends BioEvent

The event which records the process by which PhysicalBioAssays are processed (typically washing, blocking, etc...).

Version:
%I%, %G%

Method Summary
 PhysicalBioAssay getPhysicalBioAssay()
          Returns the value of this BioAssayTreatment object's physicalBioAssay attribute.
 PhysicalBioAssay getTarget()
          Returns the value of this BioAssayTreatment object's target attribute.
 void setPhysicalBioAssay(PhysicalBioAssay p_physicalBioAssay)
          Sets the physicalBioAssay attribute.
 void setTarget(PhysicalBioAssay p_target)
          Sets the target attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioEvent.BioEvent
getProtocolApplications, setProtocolApplications
 
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

setPhysicalBioAssay

void setPhysicalBioAssay(PhysicalBioAssay p_physicalBioAssay)
Sets the physicalBioAssay attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayTreatment object.

Parameters:
p_physicalBioAssay - The new value for physicalBioAssay.
See Also:
getPhysicalBioAssay()

getPhysicalBioAssay

PhysicalBioAssay getPhysicalBioAssay()
Returns the value of this BioAssayTreatment object's physicalBioAssay attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.PhysicalBioAssay The value of physicalBioAssay.
See Also:
PhysicalBioAssay

setTarget

void setTarget(PhysicalBioAssay p_target)
Sets the target attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayTreatment object.

Parameters:
p_target - The new value for target.
See Also:
getTarget()

getTarget

PhysicalBioAssay getTarget()
Returns the value of this BioAssayTreatment object's target attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.PhysicalBioAssay The value of target.
See Also:
PhysicalBioAssay