gov.nih.nci.mageom.domain.Array.impl
Class ArrayManufactureDeviationImpl

java.lang.Object
  extended by gov.nih.nci.mageom.domain.impl.MAGEOMObject
      extended by gov.nih.nci.mageom.domain.impl.ExtendableImpl
          extended by gov.nih.nci.mageom.domain.Array.impl.ArrayManufactureDeviationImpl
All Implemented Interfaces:
ArrayManufactureDeviation, Extendable, java.io.Serializable

public class ArrayManufactureDeviationImpl
extends ExtendableImpl
implements ArrayManufactureDeviation

Stores information of the potential difference between an array design and arrays that have been manufactured using that design (e.g. a tip failed to print several spots).

Version:
%I%, %G%
See Also:
Serialized Form

Field Summary
protected  ZoneDefect[] adjustments
          DOCUMENT ME
protected  int adjustmentsCount
          The count of ZoneDefect objects.
protected static java.util.ArrayList allAssociationMethods
           
protected static java.util.Hashtable associationMethods
           
protected  FeatureDefect[] featureDefects
          DOCUMENT ME
protected  int featureDefectsCount
          The count of FeatureDefect objects.
 
Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl
propertySets, propertySetsCount, securedElementId
 
Constructor Summary
ArrayManufactureDeviationImpl()
          Default constructor
 
Method Summary
 ZoneDefect[] getAdjustments()
          Returns the value of this ArrayManufactureDeviation object's adjustments attribute.
 int getAdjustmentsCount()
          Returns the count of all ZoneDefect associated with this ArrayManufactureDeviation object.
 FeatureDefect[] getFeatureDefects()
          Returns the value of this ArrayManufactureDeviation object's featureDefects attribute.
 int getFeatureDefectsCount()
          Returns the count of all FeatureDefect associated with this ArrayManufactureDeviation object.
 java.util.Hashtable getXMLMethodDescriptors()
          Returns a Hashtable containing XMLMethodDescriptors descriptors of the association methods of this object.
protected  void init()
           
 ArrayManufactureDeviation[] searchArrayManufactureDeviations(ArrayManufactureDeviationSearchCriteria criteria)
          Returns an array of ArrayManufactureDeviation objects that satisfy the given ArrayManufactureDeviationSearchCriteria.
 void setAdjustments(ZoneDefect[] p_adjustments)
          Sets the adjustments attribute.
 void setFeatureDefects(FeatureDefect[] p_featureDefects)
          Sets the featureDefects attribute.
 java.lang.String toString()
          Returns a String representation of this object suitable for console display.
 org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
           
 org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
           
 org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc, java.util.ArrayList fillOutValues)
          Returns an XML representation of the object.
 
Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId
 
Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject
getId, getIsEditable, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Field Detail

allAssociationMethods

protected static java.util.ArrayList allAssociationMethods

associationMethods

protected static java.util.Hashtable associationMethods

featureDefectsCount

protected int featureDefectsCount
The count of FeatureDefect objects.


featureDefects

protected FeatureDefect[] featureDefects
DOCUMENT ME


adjustmentsCount

protected int adjustmentsCount
The count of ZoneDefect objects.


adjustments

protected ZoneDefect[] adjustments
DOCUMENT ME

Constructor Detail

ArrayManufactureDeviationImpl

public ArrayManufactureDeviationImpl()
Default constructor

Method Detail

init

protected void init()
Overrides:
init in class ExtendableImpl

searchArrayManufactureDeviations

public ArrayManufactureDeviation[] searchArrayManufactureDeviations(ArrayManufactureDeviationSearchCriteria criteria)
                                                             throws gov.nih.nci.common.search.SearchException
Returns an array of ArrayManufactureDeviation objects that satisfy the given ArrayManufactureDeviationSearchCriteria.

Parameters:
criteria - The ArrayManufactureDeviationSearchCriteria which represents a query for ArrayManufactureDeviation objects.
Returns:
An array of ArrayManufactureDeviation objects.
Throws:
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchException

setFeatureDefects

public void setFeatureDefects(FeatureDefect[] p_featureDefects)
Sets the featureDefects attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ArrayManufactureDeviation object.

Specified by:
setFeatureDefects in interface ArrayManufactureDeviation
Parameters:
p_featureDefects - The new value for featureDefects.
See Also:
ArrayManufactureDeviation.getFeatureDefects()

getFeatureDefects

public FeatureDefect[] getFeatureDefects()
Description copied from interface: ArrayManufactureDeviation
Returns the value of this ArrayManufactureDeviation object's featureDefects attribute.

Specified by:
getFeatureDefects in interface ArrayManufactureDeviation
Returns:
gov.nih.nci.mageom.bean.Array.FeatureDefect[] The value of featureDefects.
See Also:
ArrayManufactureDeviation.getFeatureDefects()

setAdjustments

public void setAdjustments(ZoneDefect[] p_adjustments)
Sets the adjustments attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ArrayManufactureDeviation object.

Specified by:
setAdjustments in interface ArrayManufactureDeviation
Parameters:
p_adjustments - The new value for adjustments.
See Also:
ArrayManufactureDeviation.getAdjustments()

getAdjustments

public ZoneDefect[] getAdjustments()
Description copied from interface: ArrayManufactureDeviation
Returns the value of this ArrayManufactureDeviation object's adjustments attribute.

Specified by:
getAdjustments in interface ArrayManufactureDeviation
Returns:
gov.nih.nci.mageom.bean.Array.ZoneDefect[] The value of adjustments.
See Also:
ArrayManufactureDeviation.getAdjustments()

getFeatureDefectsCount

public int getFeatureDefectsCount()
Returns the count of all FeatureDefect associated with this ArrayManufactureDeviation object.

Returns:
the count
See Also:
ArrayManufactureDeviation.getFeatureDefects()

getAdjustmentsCount

public int getAdjustmentsCount()
Returns the count of all ZoneDefect associated with this ArrayManufactureDeviation object.

Returns:
the count
See Also:
ArrayManufactureDeviation.getAdjustments()

toXML

public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
Overrides:
toXML in class ExtendableImpl

toXMLDoc

public org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
Overrides:
toXMLDoc in class ExtendableImpl

toXMLProcessor

public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
                                          java.util.ArrayList fillOutValues)
Returns an XML representation of the object. The document is not modified.

Overrides:
toXMLProcessor in class ExtendableImpl
Parameters:
doc - the working document
fillOutValues - a list of attribute names that should have full XML for their values.
Returns:
org.w3c.dom.Element an XML representation

getXMLMethodDescriptors

public java.util.Hashtable getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of the association methods of this object.

Overrides:
getXMLMethodDescriptors in class ExtendableImpl
Returns:
Hashtable The Hashtable of descriptors.

toString

public java.lang.String toString()
Returns a String representation of this object suitable for console display.

Overrides:
toString in class ExtendableImpl
Returns:
the String representation.