|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.hts.Hts_result
public class Hts_result
Description
Hts_result Object
Infos : KLB - IPMC - 09/2009
Microarray,
Serialized Form| Field Summary | |
|---|---|
private java.util.Date |
date
Creation date of this hts_result object |
private Hts_pipeline |
hts_pipeline
hts_pipeline Object of hts_result Object |
private int |
hts_result_id
ID of this Hts_result object |
private java.lang.String |
hts_result_ref
Reference of this hts_result object |
private int |
hts_sample_id
ID of the Hts_sample Object related to this Hts_result object |
private java.lang.String |
message
Information message in case of error during the process |
private java.lang.String |
mix_ref
Reference for mix sequenced |
protected static java.lang.String |
pathHts_sample
|
protected static java.lang.String |
pathTmp
|
| Constructor Summary | |
|---|---|
Hts_result()
Default constructor |
|
Hts_result(int hts_result_id)
Constructs an Scan object from an existing Hts_result ID |
|
| Method Summary | |
|---|---|
boolean |
delete()
This function delete this hts_result Object from the database |
java.util.Date |
getDate()
Creation date of this hts_result object |
Hts_pipeline |
getHts_pipeline()
hts_pipeline Object of hts_result Object |
int |
getHts_result_id()
ID of this Hts_result object |
java.lang.String |
getHts_result_ref()
Reference of this hts_result object |
int |
getHts_sample_id()
ID of the Hts_sample Object related to this Hts_result object |
java.lang.String |
getMessage()
Information message in case of error during the process |
java.lang.String |
getMix_ref()
Reference for mix sequenced |
void |
loadParams(java.util.Hashtable params)
This function loadParams from HTML form. |
boolean |
save()
This function save or update this Hts_result Object into database |
void |
setDate(java.util.Date date)
|
void |
setHts_pipeline(Hts_pipeline hts_pipeline)
|
void |
setHts_result_id(int hts_result_id)
|
void |
setHts_result_ref(java.lang.String hts_result_ref)
|
void |
setHts_sample_id(int hts_sample_id)
|
void |
setMessage(java.lang.String message)
|
void |
setMix_ref(java.lang.String mix_ref)
|
void |
setStaticParams(java.util.Hashtable configFields)
Initialize static parameters from the configuration file - pathMicroarray - pathTmp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int hts_result_id
private int hts_sample_id
private java.lang.String hts_result_ref
private java.util.Date date
private java.lang.String mix_ref
private Hts_pipeline hts_pipeline
private java.lang.String message
protected static java.lang.String pathHts_sample
protected static java.lang.String pathTmp
| Constructor Detail |
|---|
public Hts_result()
public Hts_result(int hts_result_id)
hts_result_id - ID of existing Hts_result Object| Method Detail |
|---|
public void setStaticParams(java.util.Hashtable configFields)
public int getHts_result_id()
public void setHts_result_id(int hts_result_id)
public int getHts_sample_id()
public void setHts_sample_id(int hts_sample_id)
public java.lang.String getHts_result_ref()
public void setHts_result_ref(java.lang.String hts_result_ref)
public java.util.Date getDate()
public void setDate(java.util.Date date)
public Hts_pipeline getHts_pipeline()
public void setHts_pipeline(Hts_pipeline hts_pipeline)
public java.lang.String getMix_ref()
public void setMix_ref(java.lang.String mix_ref)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public void loadParams(java.util.Hashtable params)
params - Hashtable containing :public boolean save()
public boolean delete()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||