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

All Superinterfaces:
Describable, Extendable, Identifiable
All Known Implementing Classes:
ImageImpl

public interface Image
extends Identifiable

An image is created by an imageAcquisition event, typically by scanning the hybridized array (the PhysicalBioAssay).

Version:
%I%, %G%

Method Summary
 Channel[] getChannels()
          Returns the value of this Image object's channels attribute.
 OntologyEntry getFormat()
          Returns the value of this Image object's format attribute.
 java.lang.String getURI()
          Returns the value of this Image object's URI attribute.
 void setChannels(Channel[] p_channels)
          Sets the channels attribute.
 void setFormat(OntologyEntry p_format)
          Sets the format attribute.
 void setURI(java.lang.String p_URI)
          Sets the URI attribute.
 
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

setURI

void setURI(java.lang.String p_URI)
Sets the URI attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Image object.

Parameters:
p_URI - The new value for URI.
See Also:
getURI()

getURI

java.lang.String getURI()
Returns the value of this Image object's URI attribute. Description of URI: The file location in which an image may be found.

Returns:
String The value of URI.

setChannels

void setChannels(Channel[] p_channels)
Sets the channels attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Image object.

Parameters:
p_channels - The new value for channels.
See Also:
getChannels()

getChannels

Channel[] getChannels()
Returns the value of this Image object's channels attribute.

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

setFormat

void setFormat(OntologyEntry p_format)
Sets the format attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Image object.

Parameters:
p_format - The new value for format.
See Also:
getFormat()

getFormat

OntologyEntry getFormat()
Returns the value of this Image object's format attribute.

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