|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.common.Dilution
public class Dilution
Description
Dilution object
Infos : KLB - IPMC - 01/2004
| 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 |
|---|
private java.lang.String plate384Ref
private int volume
private java.lang.String diluant
private java.util.Vector vectorPlate384
private java.lang.String listePlate384
private java.lang.String message
| Constructor Detail |
|---|
public Dilution()
| Method Detail |
|---|
public java.lang.String getPlate384Ref()
public void setPlate384Ref(java.lang.String plate384Ref)
public int getVolume()
public void setVolume(int volume)
public java.lang.String getDiluant()
public void setDiluant(java.lang.String diluant)
public java.util.Vector getVectorPlate384()
public void setVectorPlate384(java.util.Vector vectorPlate384)
public java.lang.String getListePlate384()
public void setListePlate384(java.lang.String listePlate384)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public void check()
public void save(int user_id)
user_id - ID of User Object performing the dilutionPlate384.update()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||