gov.nih.nci.mageom.domain.BioAssayData
Interface CompositeSequenceDimension

All Superinterfaces:
Describable, DesignElementDimension, Extendable, Identifiable
All Known Implementing Classes:
CompositeSequenceDimensionImpl

public interface CompositeSequenceDimension
extends DesignElementDimension

Specialized DesignElementDimension to hold CompositeSequences.

Version:
%I%, %G%

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

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 CompositeSequenceDimension object.

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

getCompositeSequences

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

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