gov.nih.nci.mageom.domain.BioAssayData
Interface ReporterDimension
- All Superinterfaces:
- Describable, DesignElementDimension, Extendable, Identifiable
- All Known Implementing Classes:
- ReporterDimensionImpl
public interface ReporterDimension
- extends DesignElementDimension
Specialized DesignElementDimension to hold Reporters.
- Version:
- %I%, %G%
setReporters
void setReporters(Reporter[] p_reporters)
- Sets the reporters attribute. This API is currently
read-only. So, calling this method does not affect the persistent
state of a
ReporterDimension object.
- Parameters:
p_reporters - The new value for reporters.- See Also:
getReporters()
getReporters
Reporter[] getReporters()
- Returns the value of this
ReporterDimension object's reporters attribute.
- Returns:
gov.nih.nci.mageom.bean.DesignElement.Reporter[] The value of reporters.- See Also:
Reporter