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%

Method Summary
 Reporter[] getReporters()
          Returns the value of this ReporterGroup object's reporters attribute.
 void setReporters(Reporter[] p_reporters)
          Sets the reporters attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.ArrayDesign.DesignElementGroup
getSpecies, getTypes, setSpecies, setTypes
 
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

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