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

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.impl.DescribableImpl
              extended by gov.nih.nci.mageom.domain.Array.impl.ManufactureLIMSImpl
All Implemented Interfaces:
ManufactureLIMS, Describable, Extendable, java.io.Serializable
Direct Known Subclasses:
ManufactureLIMSBiomaterialImpl

public class ManufactureLIMSImpl
extends DescribableImpl
implements ManufactureLIMS

Information on the physical production of arrays within the laboratory.

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

Field Summary
protected static java.util.ArrayList allAssociationMethods
           
protected static java.util.Hashtable associationMethods
           
protected  BioMaterial bioMaterial
          DOCUMENT ME
protected  java.lang.Long bioMaterialId
          The internal ID of the associated bioMaterial object.
protected  Feature feature
          DOCUMENT ME
protected  java.lang.Long featureId
          The internal ID of the associated feature object.
protected  DatabaseEntry identifierLIMS
          DOCUMENT ME
protected  java.lang.Long identifierLIMSId
          The internal ID of the associated identifierLIMS object.
protected  java.lang.String quality
          A brief description of the quality of the array manufacture process.
 
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
ManufactureLIMSImpl()
          Default constructor
 
Method Summary
 BioMaterial getBioMaterial()
          Returns the value of this ManufactureLIMS object's bioMaterial attribute.
 Feature getFeature()
          Returns the value of this ManufactureLIMS object's feature attribute.
 DatabaseEntry getIdentifierLIMS()
          Returns the value of this ManufactureLIMS object's identifierLIMS attribute.
 java.lang.String getQuality()
          Returns the value of this ManufactureLIMS object's quality attribute.
 java.util.Hashtable getXMLMethodDescriptors()
          Returns a Hashtable containing XMLMethodDescriptors descriptors of the association methods of this object.
protected  void init()
           
 ManufactureLIMS[] searchManufactureLIMSs(ManufactureLIMSSearchCriteria criteria)
          Returns an array of ManufactureLIMS objects that satisfy the given ManufactureLIMSSearchCriteria.
 void setBioMaterial(BioMaterial p_bioMaterial)
          Sets the bioMaterial attribute.
 void setFeature(Feature p_feature)
          Sets the feature attribute.
 void setIdentifierLIMS(DatabaseEntry p_identifierLIMS)
          Sets the identifierLIMS attribute.
 void setQuality(java.lang.String p_quality)
          Sets the quality 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.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.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
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

quality

protected java.lang.String quality
A brief description of the quality of the array manufacture process.


feature

protected Feature feature
DOCUMENT ME


featureId

protected java.lang.Long featureId
The internal ID of the associated feature object.


identifierLIMS

protected DatabaseEntry identifierLIMS
DOCUMENT ME


identifierLIMSId

protected java.lang.Long identifierLIMSId
The internal ID of the associated identifierLIMS object.


bioMaterial

protected BioMaterial bioMaterial
DOCUMENT ME


bioMaterialId

protected java.lang.Long bioMaterialId
The internal ID of the associated bioMaterial object.

Constructor Detail

ManufactureLIMSImpl

public ManufactureLIMSImpl()
Default constructor

Method Detail

init

protected void init()
Overrides:
init in class DescribableImpl

searchManufactureLIMSs

public ManufactureLIMS[] searchManufactureLIMSs(ManufactureLIMSSearchCriteria criteria)
                                         throws gov.nih.nci.common.search.SearchException
Returns an array of ManufactureLIMS objects that satisfy the given ManufactureLIMSSearchCriteria.

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

setQuality

public void setQuality(java.lang.String p_quality)
Sets the quality attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ManufactureLIMS object.

Specified by:
setQuality in interface ManufactureLIMS
Parameters:
p_quality - The new value for quality.
See Also:
ManufactureLIMS.getQuality()

getQuality

public java.lang.String getQuality()
Description copied from interface: ManufactureLIMS
Returns the value of this ManufactureLIMS object's quality attribute. Description of quality: A brief description of the quality of the array manufacture process.

Specified by:
getQuality in interface ManufactureLIMS
Returns:
String The value of quality.
See Also:
ManufactureLIMS.getQuality()

setFeature

public 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 ManufactureLIMS object.

Specified by:
setFeature in interface ManufactureLIMS
Parameters:
p_feature - The new value for feature.
See Also:
ManufactureLIMS.getFeature()

getFeature

public Feature getFeature()
Description copied from interface: ManufactureLIMS
Returns the value of this ManufactureLIMS object's feature attribute.

Specified by:
getFeature in interface ManufactureLIMS
Returns:
gov.nih.nci.mageom.bean.DesignElement.Feature The value of feature.
See Also:
ManufactureLIMS.getFeature()

setIdentifierLIMS

public void setIdentifierLIMS(DatabaseEntry p_identifierLIMS)
Sets the identifierLIMS attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ManufactureLIMS object.

Specified by:
setIdentifierLIMS in interface ManufactureLIMS
Parameters:
p_identifierLIMS - The new value for identifierLIMS.
See Also:
ManufactureLIMS.getIdentifierLIMS()

getIdentifierLIMS

public DatabaseEntry getIdentifierLIMS()
Description copied from interface: ManufactureLIMS
Returns the value of this ManufactureLIMS object's identifierLIMS attribute.

Specified by:
getIdentifierLIMS in interface ManufactureLIMS
Returns:
gov.nih.nci.mageom.bean.Description.DatabaseEntry The value of identifierLIMS.
See Also:
ManufactureLIMS.getIdentifierLIMS()

setBioMaterial

public void setBioMaterial(BioMaterial p_bioMaterial)
Sets the bioMaterial attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ManufactureLIMS object.

Specified by:
setBioMaterial in interface ManufactureLIMS
Parameters:
p_bioMaterial - The new value for bioMaterial.
See Also:
ManufactureLIMS.getBioMaterial()

getBioMaterial

public BioMaterial getBioMaterial()
Description copied from interface: ManufactureLIMS
Returns the value of this ManufactureLIMS object's bioMaterial attribute.

Specified by:
getBioMaterial in interface ManufactureLIMS
Returns:
gov.nih.nci.mageom.bean.BioMaterial.BioMaterial The value of bioMaterial.
See Also:
ManufactureLIMS.getBioMaterial()

toXML

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

toXMLDoc

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

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 DescribableImpl
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 DescribableImpl
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 DescribableImpl
Returns:
the String representation.