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

All Superinterfaces:
Extendable
All Known Implementing Classes:
ZoneDefectImpl

public interface ZoneDefect
extends Extendable

Stores the defect information for a zone.

Version:
%I%, %G%

Method Summary
 OntologyEntry getDefectType()
          Returns the value of this ZoneDefect object's defectType attribute.
 PositionDelta getPositionDelta()
          Returns the value of this ZoneDefect object's positionDelta attribute.
 Zone getZone()
          Returns the value of this ZoneDefect object's zone attribute.
 void setDefectType(OntologyEntry p_defectType)
          Sets the defectType attribute.
 void setPositionDelta(PositionDelta p_positionDelta)
          Sets the positionDelta attribute.
 void setZone(Zone p_zone)
          Sets the zone attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setZone

void setZone(Zone p_zone)
Sets the zone attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ZoneDefect object.

Parameters:
p_zone - The new value for zone.
See Also:
getZone()

getZone

Zone getZone()
Returns the value of this ZoneDefect object's zone attribute.

Returns:
gov.nih.nci.mageom.bean.ArrayDesign.Zone The value of zone.
See Also:
Zone

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

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

getDefectType

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

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

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

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

getPositionDelta

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

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