|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.hts.Hts_run
public class Hts_run
Description
Hts_run Object
Infos : KLB - IPMC - 05/2009
| Field Summary | |
|---|---|
private java.util.Date |
date
Date of the hts_run Object |
private int |
hts_run_id
ID of Hts_run object |
private java.lang.String |
hts_run_ref
Reference of Hts_run object |
private Hts_type |
hts_type
Hts_type default of this Hts_run object : not saved |
private java.lang.String |
message
Message for user information |
private int |
nb_sample
Number of sample create in this hts_run Object |
private java.util.Vector |
vectorHts_sample
Vector of Hts_sample Object creating by this Hts_run Object |
| Constructor Summary | |
|---|---|
Hts_run()
Default constructor |
|
Hts_run(int hts_run_id)
Constructs a Hts_run object from Hts_run ID |
|
| Method Summary | |
|---|---|
void |
delete()
|
java.util.Date |
getDate()
Date of the hts_run Object |
int |
getHts_run_id()
ID of Hts_run object |
java.lang.String |
getHts_run_ref()
Reference of Hts_run object |
Hts_type |
getHts_type()
Hts_type of this Hts_run object |
java.lang.String |
getListing()
|
java.lang.String |
getMessage()
Message for user information |
int |
getNb_sample()
Number of sample create in this hts_run Object |
java.util.Vector |
getVectorHts_sample()
Vector of Hts_sample Object creating by this Hts_run Object |
void |
loadParams(java.util.Hashtable hashParams)
|
boolean |
save()
|
void |
setDate(java.util.Date date)
|
void |
setHts_run_id(int hts_run_id)
|
void |
setHts_run_ref(java.lang.String hts_run_ref)
|
void |
setHts_type(Hts_type hts_type)
|
void |
setMessage(java.lang.String message)
|
void |
setNb_sample(int nb_sample)
|
void |
setVectorHts_sample(java.util.Vector vectorHts_sample)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int hts_run_id
private java.lang.String hts_run_ref
private java.util.Date date
private int nb_sample
private java.util.Vector vectorHts_sample
private java.lang.String message
private Hts_type hts_type
| Constructor Detail |
|---|
public Hts_run()
public Hts_run(int hts_run_id)
hts_run_id - ID of existing Hts_run| Method Detail |
|---|
public int getHts_run_id()
public void setHts_run_id(int hts_run_id)
public java.lang.String getHts_run_ref()
public void setHts_run_ref(java.lang.String hts_run_ref)
public java.util.Date getDate()
public void setDate(java.util.Date date)
public int getNb_sample()
public void setNb_sample(int nb_sample)
public java.util.Vector getVectorHts_sample()
public void setVectorHts_sample(java.util.Vector vectorHts_sample)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public Hts_type getHts_type()
public void setHts_type(Hts_type hts_type)
public void loadParams(java.util.Hashtable hashParams)
public boolean save()
public void delete()
public java.lang.String getListing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||