gov.nih.nci.mageom.domain.Array
Interface FeatureDefect

All Superinterfaces:
Extendable
All Known Implementing Classes:
FeatureDefectImpl

public interface FeatureDefect
extends Extendable

Stores the defect information for a feature.

Version:
%I%, %G%

Method Summary
 OntologyEntry getDefectType()
          Returns the value of this FeatureDefect object's defectType attribute.
 Feature getFeature()
          Returns the value of this FeatureDefect object's feature attribute.
 PositionDelta getPositionDelta()
          Returns the value of this FeatureDefect object's positionDelta attribute.
 void setDefectType(OntologyEntry p_defectType)
          Sets the defectType attribute.
 void setFeature(Feature p_feature)
          Sets the feature attribute.
 void setPositionDelta(PositionDelta p_positionDelta)
          Sets the positionDelta attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setPositionDelta

void setPositionDelta(PositionDelta p_positionDelta)
Sets the positionDelta attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureDefect object.

Parameters:
p_positionDelta - The new value for positionDelta.
See Also:
getPositionDelta()

getPositionDelta

PositionDelta getPositionDelta()
Returns the value of this FeatureDefect object's positionDelta attribute.

Returns:
gov.nih.nci.mageom.bean.Array.PositionDelta The value of positionDelta.
See Also:
PositionDelta

setFeature

void setFeature(Feature p_feature)
Sets the feature attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureDefect object.

Parameters:
p_feature - The new value for feature.
See Also:
getFeature()

getFeature

Feature getFeature()
Returns the value of this FeatureDefect object's feature attribute.

Returns:
gov.nih.nci.mageom.bean.DesignElement.Feature The value of feature.
See Also:
Feature

setDefectType

void setDefectType(OntologyEntry p_defectType)
Sets the defectType attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a FeatureDefect object.

Parameters:
p_defectType - The new value for defectType.
See Also:
getDefectType()

getDefectType

OntologyEntry getDefectType()
Returns the value of this FeatureDefect object's defectType attribute.

Returns:
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of defectType.
See Also:
OntologyEntry