gov.nih.nci.mageom.domain.ArrayDesign
Interface ReporterGroup
- All Superinterfaces:
- Describable, DesignElementGroup, Extendable, Identifiable
- All Known Implementing Classes:
- ReporterGroupImpl
public interface ReporterGroup
- extends DesignElementGroup
Allows specification of the type of Reporter Design Element.
- 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
ReporterGroup object.
- Parameters:
p_reporters - The new value for reporters.- See Also:
getReporters()
getReporters
Reporter[] getReporters()
- Returns the value of this
ReporterGroup object's reporters attribute.
- Returns:
gov.nih.nci.mageom.bean.DesignElement.Reporter[] The value of reporters.- See Also:
Reporter