gov.nih.nci.mageom.domain.Array
Interface ManufactureLIMS

All Superinterfaces:
Describable, Extendable
All Known Subinterfaces:
ManufactureLIMSBiomaterial
All Known Implementing Classes:
ManufactureLIMSBiomaterialImpl, ManufactureLIMSImpl

public interface ManufactureLIMS
extends Describable

Information on the physical production of arrays within the laboratory.

Version:
%I%, %G%

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.
 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.
 
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
 

Method Detail

setQuality

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.

Parameters:
p_quality - The new value for quality.
See Also:
getQuality()

getQuality

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

Returns:
String The value of quality.

setFeature

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.

Parameters:
p_feature - The new value for feature.
See Also:
getFeature()

getFeature

Feature getFeature()
Returns the value of this ManufactureLIMS object's feature attribute.

Returns:
gov.nih.nci.mageom.bean.DesignElement.Feature The value of feature.
See Also:
Feature

setIdentifierLIMS

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.

Parameters:
p_identifierLIMS - The new value for identifierLIMS.
See Also:
getIdentifierLIMS()

getIdentifierLIMS

DatabaseEntry getIdentifierLIMS()
Returns the value of this ManufactureLIMS object's identifierLIMS attribute.

Returns:
gov.nih.nci.mageom.bean.Description.DatabaseEntry The value of identifierLIMS.
See Also:
DatabaseEntry

setBioMaterial

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.

Parameters:
p_bioMaterial - The new value for bioMaterial.
See Also:
getBioMaterial()

getBioMaterial

BioMaterial getBioMaterial()
Returns the value of this ManufactureLIMS object's bioMaterial attribute.

Returns:
gov.nih.nci.mageom.bean.BioMaterial.BioMaterial The value of bioMaterial.
See Also:
BioMaterial