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

All Superinterfaces:
Describable, Extendable, ManufactureLIMS
All Known Implementing Classes:
ManufactureLIMSBiomaterialImpl

public interface ManufactureLIMSBiomaterial
extends ManufactureLIMS

Stores the location from which a biomaterial was obtained.

Version:
%I%, %G%

Method Summary
 java.lang.String getBioMaterialPlateCol()
          Returns the value of this ManufactureLIMSBiomaterial object's bioMaterialPlateCol attribute.
 java.lang.String getBioMaterialPlateIdentifier()
          Returns the value of this ManufactureLIMSBiomaterial object's bioMaterialPlateIdentifier attribute.
 java.lang.String getBioMaterialPlateRow()
          Returns the value of this ManufactureLIMSBiomaterial object's bioMaterialPlateRow attribute.
 void setBioMaterialPlateCol(java.lang.String p_bioMaterialPlateCol)
          Sets the bioMaterialPlateCol attribute.
 void setBioMaterialPlateIdentifier(java.lang.String p_bioMaterialPlateIdentifier)
          Sets the bioMaterialPlateIdentifier attribute.
 void setBioMaterialPlateRow(java.lang.String p_bioMaterialPlateRow)
          Sets the bioMaterialPlateRow attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Array.ManufactureLIMS
getBioMaterial, getFeature, getIdentifierLIMS, getQuality, setBioMaterial, setFeature, setIdentifierLIMS, setQuality
 
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

setBioMaterialPlateIdentifier

void setBioMaterialPlateIdentifier(java.lang.String p_bioMaterialPlateIdentifier)
Sets the bioMaterialPlateIdentifier attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ManufactureLIMSBiomaterial object.

Parameters:
p_bioMaterialPlateIdentifier - The new value for bioMaterialPlateIdentifier.
See Also:
getBioMaterialPlateIdentifier()

getBioMaterialPlateIdentifier

java.lang.String getBioMaterialPlateIdentifier()
Returns the value of this ManufactureLIMSBiomaterial object's bioMaterialPlateIdentifier attribute. Description of bioMaterialPlateIdentifier: The plate from which a biomaterial was obtained.

Returns:
String The value of bioMaterialPlateIdentifier.

setBioMaterialPlateRow

void setBioMaterialPlateRow(java.lang.String p_bioMaterialPlateRow)
Sets the bioMaterialPlateRow attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ManufactureLIMSBiomaterial object.

Parameters:
p_bioMaterialPlateRow - The new value for bioMaterialPlateRow.
See Also:
getBioMaterialPlateRow()

getBioMaterialPlateRow

java.lang.String getBioMaterialPlateRow()
Returns the value of this ManufactureLIMSBiomaterial object's bioMaterialPlateRow attribute. Description of bioMaterialPlateRow: The plate row from which a biomaterial was obtained. Specified by a letter.

Returns:
String The value of bioMaterialPlateRow.

setBioMaterialPlateCol

void setBioMaterialPlateCol(java.lang.String p_bioMaterialPlateCol)
Sets the bioMaterialPlateCol attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a ManufactureLIMSBiomaterial object.

Parameters:
p_bioMaterialPlateCol - The new value for bioMaterialPlateCol.
See Also:
getBioMaterialPlateCol()

getBioMaterialPlateCol

java.lang.String getBioMaterialPlateCol()
Returns the value of this ManufactureLIMSBiomaterial object's bioMaterialPlateCol attribute. Description of bioMaterialPlateCol: The plate column from which a biomaterial was obtained. Specified by a number.

Returns:
String The value of bioMaterialPlateCol.