|
||||||||||
| 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.impl.DescribableImpl
gov.nih.nci.mageom.domain.impl.IdentifiableImpl
gov.nih.nci.mageom.domain.Array.impl.ArrayManufactureImpl
public class ArrayManufactureImpl
Describes the process by which arrays are produced.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected Contact[] |
arrayManufacturers
DOCUMENT ME |
protected int |
arrayManufacturersCount
The count of Contact objects. |
protected Array[] |
arrays
DOCUMENT ME |
protected int |
arraysCount
The count of Array objects. |
protected static java.util.Hashtable |
associationMethods
|
protected ManufactureLIMS[] |
featureLIMSs
DOCUMENT ME |
protected int |
featureLIMSsCount
The count of ManufactureLIMS objects. |
protected java.lang.String |
manufacturingDate
The date the arrays were manufactured |
protected ProtocolApplication[] |
protocolApplications
DOCUMENT ME |
protected int |
protocolApplicationsCount
The count of ProtocolApplication objects. |
protected NameValueType[] |
qualityControlStatistics
DOCUMENT ME |
protected int |
qualityControlStatisticsCount
The count of NameValueType objects. |
protected java.lang.Float |
tolerance
The allowable error of a feature printed to its intended position. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.IdentifiableImpl |
|---|
identifier, name |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
auditTrail, auditTrailCount, descriptions, descriptionsCount, security, securityId |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
ArrayManufactureImpl()
Default constructor |
|
| Method Summary | |
|---|---|
Contact[] |
getArrayManufacturers()
Returns the value of this ArrayManufacture object's arrayManufacturers attribute. |
int |
getArrayManufacturersCount()
Returns the count of all Contact
associated with this ArrayManufacture object. |
Array[] |
getArrays()
Returns the value of this ArrayManufacture object's arrays attribute. |
int |
getArraysCount()
Returns the count of all Array
associated with this ArrayManufacture object. |
ManufactureLIMS[] |
getFeatureLIMSs()
Returns the value of this ArrayManufacture object's featureLIMSs attribute. |
int |
getFeatureLIMSsCount()
Returns the count of all ManufactureLIMS
associated with this ArrayManufacture object. |
java.lang.String |
getManufacturingDate()
Returns the value of this ArrayManufacture object's manufacturingDate attribute. |
ProtocolApplication[] |
getProtocolApplications()
Returns the value of this ArrayManufacture object's protocolApplications attribute. |
int |
getProtocolApplicationsCount()
Returns the count of all ProtocolApplication
associated with this ArrayManufacture object. |
NameValueType[] |
getQualityControlStatistics()
Returns the value of this ArrayManufacture object's qualityControlStatistics attribute. |
int |
getQualityControlStatisticsCount()
Returns the count of all NameValueType
associated with this ArrayManufacture object. |
java.lang.Float |
getTolerance()
Returns the value of this ArrayManufacture object's tolerance attribute. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
ArrayManufacture[] |
searchArrayManufactures(ArrayManufactureSearchCriteria criteria)
Returns an array of ArrayManufacture objects that
satisfy the given ArrayManufactureSearchCriteria. |
void |
setArrayManufacturers(Contact[] p_arrayManufacturers)
Sets the arrayManufacturers attribute. |
void |
setArrays(Array[] p_arrays)
Sets the arrays attribute. |
void |
setFeatureLIMSs(ManufactureLIMS[] p_featureLIMSs)
Sets the featureLIMSs attribute. |
void |
setManufacturingDate(java.lang.String p_manufacturingDate)
Sets the manufacturingDate attribute. |
void |
setProtocolApplications(ProtocolApplication[] p_protocolApplications)
Sets the protocolApplications attribute. |
void |
setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
Sets the qualityControlStatistics attribute. |
void |
setTolerance(java.lang.Float p_tolerance)
Sets the tolerance 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.IdentifiableImpl |
|---|
getIdentifier, getName, searchIdentifiables, setIdentifier, setName |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
getAuditTrail, getAuditTrailCount, getDescriptions, getDescriptionsCount, getSecurity, searchDescribables, setAuditTrail, setDescriptions, setSecurity |
| 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.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 |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.String manufacturingDate
protected java.lang.Float tolerance
protected int arraysCount
protected Array[] arrays
protected int protocolApplicationsCount
protected ProtocolApplication[] protocolApplications
protected int featureLIMSsCount
protected ManufactureLIMS[] featureLIMSs
protected int arrayManufacturersCount
protected Contact[] arrayManufacturers
protected int qualityControlStatisticsCount
protected NameValueType[] qualityControlStatistics
| Constructor Detail |
|---|
public ArrayManufactureImpl()
| Method Detail |
|---|
protected void init()
init in class IdentifiableImpl
public ArrayManufacture[] searchArrayManufactures(ArrayManufactureSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
ArrayManufacture objects that
satisfy the given ArrayManufactureSearchCriteria.
criteria - The ArrayManufactureSearchCriteria
which represents a query for ArrayManufacture objects.
ArrayManufacture objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setManufacturingDate(java.lang.String p_manufacturingDate)
ArrayManufacture object.
setManufacturingDate in interface ArrayManufacturep_manufacturingDate - The new value for manufacturingDate.ArrayManufacture.getManufacturingDate()public java.lang.String getManufacturingDate()
ArrayManufactureArrayManufacture object's manufacturingDate attribute.
Description of manufacturingDate:
The date the arrays were manufactured
getManufacturingDate in interface ArrayManufactureString The value of manufacturingDate.ArrayManufacture.getManufacturingDate()public void setTolerance(java.lang.Float p_tolerance)
ArrayManufacture object.
setTolerance in interface ArrayManufacturep_tolerance - The new value for tolerance.ArrayManufacture.getTolerance()public java.lang.Float getTolerance()
ArrayManufactureArrayManufacture object's tolerance attribute.
Description of tolerance:
The allowable error of a feature printed to its intended position.
getTolerance in interface ArrayManufacturefloat The value of tolerance.ArrayManufacture.getTolerance()public void setArrays(Array[] p_arrays)
ArrayManufacture object.
setArrays in interface ArrayManufacturep_arrays - The new value for arrays.ArrayManufacture.getArrays()public Array[] getArrays()
ArrayManufactureArrayManufacture object's arrays attribute.
getArrays in interface ArrayManufacturegov.nih.nci.mageom.bean.Array.Array[] The value of arrays.ArrayManufacture.getArrays()public void setProtocolApplications(ProtocolApplication[] p_protocolApplications)
ArrayManufacture object.
setProtocolApplications in interface ArrayManufacturep_protocolApplications - The new value for protocolApplications.ArrayManufacture.getProtocolApplications()public ProtocolApplication[] getProtocolApplications()
ArrayManufactureArrayManufacture object's protocolApplications attribute.
getProtocolApplications in interface ArrayManufacturegov.nih.nci.mageom.bean.Protocol.ProtocolApplication[] The value of protocolApplications.ArrayManufacture.getProtocolApplications()public void setFeatureLIMSs(ManufactureLIMS[] p_featureLIMSs)
ArrayManufacture object.
setFeatureLIMSs in interface ArrayManufacturep_featureLIMSs - The new value for featureLIMSs.ArrayManufacture.getFeatureLIMSs()public ManufactureLIMS[] getFeatureLIMSs()
ArrayManufactureArrayManufacture object's featureLIMSs attribute.
getFeatureLIMSs in interface ArrayManufacturegov.nih.nci.mageom.bean.Array.ManufactureLIMS[] The value of featureLIMSs.ArrayManufacture.getFeatureLIMSs()public void setArrayManufacturers(Contact[] p_arrayManufacturers)
ArrayManufacture object.
setArrayManufacturers in interface ArrayManufacturep_arrayManufacturers - The new value for arrayManufacturers.ArrayManufacture.getArrayManufacturers()public Contact[] getArrayManufacturers()
ArrayManufactureArrayManufacture object's arrayManufacturers attribute.
getArrayManufacturers in interface ArrayManufacturegov.nih.nci.mageom.bean.AuditAndSecurity.Contact[] The value of arrayManufacturers.ArrayManufacture.getArrayManufacturers()public void setQualityControlStatistics(NameValueType[] p_qualityControlStatistics)
ArrayManufacture object.
setQualityControlStatistics in interface ArrayManufacturep_qualityControlStatistics - The new value for qualityControlStatistics.ArrayManufacture.getQualityControlStatistics()public NameValueType[] getQualityControlStatistics()
ArrayManufactureArrayManufacture object's qualityControlStatistics attribute.
getQualityControlStatistics in interface ArrayManufacturegov.nih.nci.mageom.bean.NameValueType[] The value of qualityControlStatistics.ArrayManufacture.getQualityControlStatistics()public int getArraysCount()
Array
associated with this ArrayManufacture object.
ArrayManufacture.getArrays()public int getProtocolApplicationsCount()
ProtocolApplication
associated with this ArrayManufacture object.
ArrayManufacture.getProtocolApplications()public int getFeatureLIMSsCount()
ManufactureLIMS
associated with this ArrayManufacture object.
ArrayManufacture.getFeatureLIMSs()public int getArrayManufacturersCount()
Contact
associated with this ArrayManufacture object.
ArrayManufacture.getArrayManufacturers()public int getQualityControlStatisticsCount()
NameValueType
associated with this ArrayManufacture object.
ArrayManufacture.getQualityControlStatistics()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class IdentifiableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class IdentifiableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class IdentifiableImpldoc - 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 IdentifiableImplpublic java.lang.String toString()
toString in class IdentifiableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||