gov.nih.nci.mageom.domain.ArrayDesign
Interface CompositeGroup

All Superinterfaces:
Describable, DesignElementGroup, Extendable, Identifiable
All Known Implementing Classes:
CompositeGroupImpl

public interface CompositeGroup
extends DesignElementGroup

Allows specification of the type of Composite Design Element.

Version:
%I%, %G%

Method Summary
 CompositeSequence[] getCompositeSequences()
          Returns the value of this CompositeGroup object's compositeSequences attribute.
 void setCompositeSequences(CompositeSequence[] p_compositeSequences)
          Sets the compositeSequences 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

setCompositeSequences

void setCompositeSequences(CompositeSequence[] p_compositeSequences)
Sets the compositeSequences attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a CompositeGroup object.

Parameters:
p_compositeSequences - The new value for compositeSequences.
See Also:
getCompositeSequences()

getCompositeSequences

CompositeSequence[] getCompositeSequences()
Returns the value of this CompositeGroup object's compositeSequences attribute.

Returns:
gov.nih.nci.mageom.bean.DesignElement.CompositeSequence[] The value of compositeSequences.
See Also:
CompositeSequence