|
||||||||||
| 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.Array.impl.ManufactureLIMSImpl
public class ManufactureLIMSImpl
Information on the physical production of arrays within the laboratory.
| 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 |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.String quality
protected Feature feature
protected java.lang.Long featureId
protected DatabaseEntry identifierLIMS
protected java.lang.Long identifierLIMSId
protected BioMaterial bioMaterial
protected java.lang.Long bioMaterialId
| Constructor Detail |
|---|
public ManufactureLIMSImpl()
| Method Detail |
|---|
protected void init()
init in class DescribableImpl
public ManufactureLIMS[] searchManufactureLIMSs(ManufactureLIMSSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
ManufactureLIMS objects that
satisfy the given ManufactureLIMSSearchCriteria.
criteria - The ManufactureLIMSSearchCriteria
which represents a query for ManufactureLIMS objects.
ManufactureLIMS objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setQuality(java.lang.String p_quality)
ManufactureLIMS object.
setQuality in interface ManufactureLIMSp_quality - The new value for quality.ManufactureLIMS.getQuality()public java.lang.String getQuality()
ManufactureLIMSManufactureLIMS object's quality attribute.
Description of quality:
A brief description of the quality of the array manufacture process.
getQuality in interface ManufactureLIMSString The value of quality.ManufactureLIMS.getQuality()public void setFeature(Feature p_feature)
ManufactureLIMS object.
setFeature in interface ManufactureLIMSp_feature - The new value for feature.ManufactureLIMS.getFeature()public Feature getFeature()
ManufactureLIMSManufactureLIMS object's feature attribute.
getFeature in interface ManufactureLIMSgov.nih.nci.mageom.bean.DesignElement.Feature The value of feature.ManufactureLIMS.getFeature()public void setIdentifierLIMS(DatabaseEntry p_identifierLIMS)
ManufactureLIMS object.
setIdentifierLIMS in interface ManufactureLIMSp_identifierLIMS - The new value for identifierLIMS.ManufactureLIMS.getIdentifierLIMS()public DatabaseEntry getIdentifierLIMS()
ManufactureLIMSManufactureLIMS object's identifierLIMS attribute.
getIdentifierLIMS in interface ManufactureLIMSgov.nih.nci.mageom.bean.Description.DatabaseEntry The value of identifierLIMS.ManufactureLIMS.getIdentifierLIMS()public void setBioMaterial(BioMaterial p_bioMaterial)
ManufactureLIMS object.
setBioMaterial in interface ManufactureLIMSp_bioMaterial - The new value for bioMaterial.ManufactureLIMS.getBioMaterial()public BioMaterial getBioMaterial()
ManufactureLIMSManufactureLIMS object's bioMaterial attribute.
getBioMaterial in interface ManufactureLIMSgov.nih.nci.mageom.bean.BioMaterial.BioMaterial The value of bioMaterial.ManufactureLIMS.getBioMaterial()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class DescribableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class DescribableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class DescribableImpldoc - 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 DescribableImplpublic java.lang.String toString()
toString in class DescribableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||