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

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

public interface FeatureDimension
extends DesignElementDimension

Specialized DesignElementDimension to hold Features.

Version:
%I%, %G%

Method Summary
 Feature[] getContainedFeatures()
          Returns the value of this FeatureDimension object's containedFeatures attribute.
 void setContainedFeatures(Feature[] p_containedFeatures)
          Sets the containedFeatures 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

setContainedFeatures

void setContainedFeatures(Feature[] p_containedFeatures)
Sets the containedFeatures attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureDimension object.

Parameters:
p_containedFeatures - The new value for containedFeatures.
See Also:
getContainedFeatures()

getContainedFeatures

Feature[] getContainedFeatures()
Returns the value of this FeatureDimension object's containedFeatures attribute.

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