|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.Array.impl.ArrayManufactureDeviationImpl
public class ArrayManufactureDeviationImpl
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).
| 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 |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected int featureDefectsCount
protected FeatureDefect[] featureDefects
protected int adjustmentsCount
protected ZoneDefect[] adjustments
| Constructor Detail |
|---|
public ArrayManufactureDeviationImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public ArrayManufactureDeviation[] searchArrayManufactureDeviations(ArrayManufactureDeviationSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
ArrayManufactureDeviation objects that
satisfy the given ArrayManufactureDeviationSearchCriteria.
criteria - The ArrayManufactureDeviationSearchCriteria
which represents a query for ArrayManufactureDeviation objects.
ArrayManufactureDeviation objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setFeatureDefects(FeatureDefect[] p_featureDefects)
ArrayManufactureDeviation object.
setFeatureDefects in interface ArrayManufactureDeviationp_featureDefects - The new value for featureDefects.ArrayManufactureDeviation.getFeatureDefects()public FeatureDefect[] getFeatureDefects()
ArrayManufactureDeviationArrayManufactureDeviation object's featureDefects attribute.
getFeatureDefects in interface ArrayManufactureDeviationgov.nih.nci.mageom.bean.Array.FeatureDefect[] The value of featureDefects.ArrayManufactureDeviation.getFeatureDefects()public void setAdjustments(ZoneDefect[] p_adjustments)
ArrayManufactureDeviation object.
setAdjustments in interface ArrayManufactureDeviationp_adjustments - The new value for adjustments.ArrayManufactureDeviation.getAdjustments()public ZoneDefect[] getAdjustments()
ArrayManufactureDeviationArrayManufactureDeviation object's adjustments attribute.
getAdjustments in interface ArrayManufactureDeviationgov.nih.nci.mageom.bean.Array.ZoneDefect[] The value of adjustments.ArrayManufactureDeviation.getAdjustments()public int getFeatureDefectsCount()
FeatureDefect
associated with this ArrayManufactureDeviation object.
ArrayManufactureDeviation.getFeatureDefects()public int getAdjustmentsCount()
ZoneDefect
associated with this ArrayManufactureDeviation object.
ArrayManufactureDeviation.getAdjustments()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class ExtendableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class ExtendableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class ExtendableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class ExtendableImplpublic java.lang.String toString()
toString in class ExtendableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||