object.common
Class Dilution

java.lang.Object
  extended by object.common.Dilution
All Implemented Interfaces:
java.io.Serializable

public class Dilution
extends java.lang.Object
implements java.io.Serializable

Description
Dilution object
Infos : KLB - IPMC - 01/2004

See Also:
Serialized Form

Field Summary
private  java.lang.String diluant
          Type of liquid used for the dilution
private  java.lang.String listePlate384
           
private  java.lang.String message
          Information message in case of error during the process
private  java.lang.String plate384Ref
          Slide_code of the Plate384 Object in dilution
private  java.util.Vector vectorPlate384
          Vector of Plate384 Object concerning by this dilution process
private  int volume
          Volume of the dilution
 
Constructor Summary
Dilution()
          Default constructor
 
Method Summary
 void check()
          This function loadParams from HTML form
 java.lang.String getDiluant()
          Type of liquid used for the dilution
 java.lang.String getListePlate384()
           
 java.lang.String getMessage()
          Information message in case of error during the process
 java.lang.String getPlate384Ref()
          Slide_code of the Plate384 Object in dilution
 java.util.Vector getVectorPlate384()
          Vector of Plate384 Object concerning by this dilution process
 int getVolume()
          Volume of the dilution
 void save(int user_id)
          This function save the dilution process
 void setDiluant(java.lang.String diluant)
           
 void setListePlate384(java.lang.String listePlate384)
           
 void setMessage(java.lang.String message)
           
 void setPlate384Ref(java.lang.String plate384Ref)
           
 void setVectorPlate384(java.util.Vector vectorPlate384)
           
 void setVolume(int volume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plate384Ref

private java.lang.String plate384Ref
Slide_code of the Plate384 Object in dilution


volume

private int volume
Volume of the dilution


diluant

private java.lang.String diluant
Type of liquid used for the dilution


vectorPlate384

private java.util.Vector vectorPlate384
Vector of Plate384 Object concerning by this dilution process


listePlate384

private java.lang.String listePlate384

message

private java.lang.String message
Information message in case of error during the process

Constructor Detail

Dilution

public Dilution()
Default constructor

Method Detail

getPlate384Ref

public java.lang.String getPlate384Ref()
Slide_code of the Plate384 Object in dilution


setPlate384Ref

public void setPlate384Ref(java.lang.String plate384Ref)

getVolume

public int getVolume()
Volume of the dilution


setVolume

public void setVolume(int volume)

getDiluant

public java.lang.String getDiluant()
Type of liquid used for the dilution


setDiluant

public void setDiluant(java.lang.String diluant)

getVectorPlate384

public java.util.Vector getVectorPlate384()
Vector of Plate384 Object concerning by this dilution process


setVectorPlate384

public void setVectorPlate384(java.util.Vector vectorPlate384)

getListePlate384

public java.lang.String getListePlate384()

setListePlate384

public void setListePlate384(java.lang.String listePlate384)

getMessage

public java.lang.String getMessage()
Information message in case of error during the process


setMessage

public void setMessage(java.lang.String message)

check

public void check()
This function loadParams from HTML form. - volume param
- genmate.* param --> ref. for new Plate384
- A1, A2, B1, B2 param --> slide_code of Plate96 Object


save

public void save(int user_id)
This function save the dilution process

Parameters:
user_id - ID of User Object performing the dilution
See Also:
Plate384.update()