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

All Superinterfaces:
BioAssayTreatment, BioEvent, Describable, Extendable, Identifiable
All Known Implementing Classes:
ImageAcquisitionImpl

public interface ImageAcquisition
extends BioAssayTreatment

The process by which an image is generated (typically scanning).

Version:
%I%, %G%

Method Summary
 Image[] getImages()
          Returns the value of this ImageAcquisition object's images attribute.
 void setImages(Image[] p_images)
          Sets the images attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.BioAssay.BioAssayTreatment
getPhysicalBioAssay, getTarget, setPhysicalBioAssay, setTarget
 
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

setImages

void setImages(Image[] p_images)
Sets the images attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ImageAcquisition object.

Parameters:
p_images - The new value for images.
See Also:
getImages()

getImages

Image[] getImages()
Returns the value of this ImageAcquisition object's images attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssay.Image[] The value of images.
See Also:
Image