|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.hts.Hts_sample
public class Hts_sample
Description
Hts_sample Object
Infos : KLB - IPMC - 05/2009
| Field Summary | |
|---|---|
private java.util.Date |
date_attribution
Attribution Date for this Hts_sample Object |
private Hts_minseqe |
hts_minseqe
Hts_minseqe of this Hts_sample object |
private int |
hts_order_id
ID of Hts_order Object for this Hts_sample Object |
private int |
hts_run_id
ID of Hts_run Object for this Hts_sample Object |
private int |
hts_sample_id
ID of Hts_sample object |
private java.lang.String |
hts_sample_ref
Reference of Hts_sample object |
private Hts_type |
hts_type
Hts_type of this Hts_sample object |
private boolean |
is_active
True if this Hts_sample Object is active |
private boolean |
is_analysis
True if a hts_result is referenced as a analysis pipeline for this Hts_sample Object |
private boolean |
is_matching
True if a hts_result is referenced as a matching pipeline for this Hts_sample Object |
private boolean |
is_minseqe
True if a hts_minseqe is referenced for this Hts_sample Object |
private boolean |
is_quantif
True if hts_result Object of all type matchig, reads and analysis pipelines are referenced for this Hts_sample Object |
private boolean |
is_reads
True if a hts_result is referenced as a reads pipeline for this Hts_sample Object |
private User |
user
User owner of this Hts_sample Object |
private java.util.Vector |
vectorHts_result
Hts_result Vector for this Hts_sample Object |
| Constructor Summary | |
|---|---|
Hts_sample()
Default constructor |
|
Hts_sample(int hts_sample_id)
Constructs a Hts_sample object from Hts_sample ID |
|
Hts_sample(java.lang.String hts_sample_ref)
Constructs a Hts_sample object from Hts_sample ref |
|
| Method Summary | |
|---|---|
boolean |
getCheckIfIsAnOption(java.lang.String hts_pipeline_type_required)
|
java.util.Date |
getDate_attribution()
Attribution Date for this Hts_sample Object |
Hts_minseqe |
getHts_minseqe()
|
int |
getHts_order_id()
ID of Hts_order Object for this Hts_sample Object |
int |
getHts_run_id()
ID of Hts_run Object for this Hts_sample Object |
int |
getHts_sample_id()
ID of Hts_sample object |
java.lang.String |
getHts_sample_ref()
Reference of Hts_sample object |
Hts_type |
getHts_type()
Hts_type of this Hts_run object |
boolean |
getIs_active()
True if this Hts_sample Object is active |
boolean |
getIs_analysis()
True if a hts_result is referenced as a analysis pipeline for this Hts_sample Object |
boolean |
getIs_matching()
True if a hts_result is referenced as a matching pipeline for this Hts_sample Object |
boolean |
getIs_minseqe()
True if a Hts_minseqe is referenced for this Hts_sample Object |
boolean |
getIs_quantif()
True if hts_result Object of all type matchig, reads and analysis pipelines are referenced for this Hts_sample Object |
boolean |
getIs_reads()
True if a hts_result is referenced as a reads pipeline for this Hts_sample Object |
java.lang.String |
getLabel()
|
java.util.Hashtable |
getLinks()
|
User |
getUser()
User owner of this Hts_sample Object |
java.util.Vector |
getVectorHts_result()
Hts_result(s) Vector for this Hts_sample Object |
boolean |
save()
This function save Hts_sample Object into database. |
void |
setDate_attribution(java.util.Date date_attribution)
|
void |
setHts_minseqe(Hts_minseqe hts_minseqe)
|
void |
setHts_order_id(int hts_order_id)
|
void |
setHts_run_id(int hts_run_id)
|
void |
setHts_sample_id(int hts_sample_id)
|
void |
setHts_sample_ref(java.lang.String hts_sample_ref)
|
void |
setHts_type(Hts_type hts_type)
|
void |
setIs_active(boolean is_active)
|
void |
setIs_analysis(boolean is_analysis)
|
void |
setIs_matching(boolean is_matching)
|
void |
setIs_minseqe(boolean is_minseqe)
|
void |
setIs_quantif(boolean is_quantif)
|
void |
setIs_reads(boolean is_reads)
|
void |
setUser(User user)
|
void |
setVectorHts_result(java.util.Vector vectorHts_result)
|
void |
switchState()
This function switch is_active boolean state of this Hts_sample Object into database. |
void |
update()
This function update Hts_sample Object into database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int hts_sample_id
private java.lang.String hts_sample_ref
private Hts_type hts_type
private int hts_order_id
private int hts_run_id
private java.util.Date date_attribution
private User user
private boolean is_active
private java.util.Vector vectorHts_result
private boolean is_minseqe
private Hts_minseqe hts_minseqe
private boolean is_quantif
private boolean is_reads
private boolean is_analysis
private boolean is_matching
| Constructor Detail |
|---|
public Hts_sample()
public Hts_sample(int hts_sample_id)
hts_sample_id - ID of existing Hts_samplepublic Hts_sample(java.lang.String hts_sample_ref)
hts_sample_ref - ref of existing Hts_sample| Method Detail |
|---|
public int getHts_sample_id()
public void setHts_sample_id(int hts_sample_id)
public java.lang.String getHts_sample_ref()
public void setHts_sample_ref(java.lang.String hts_sample_ref)
public Hts_type getHts_type()
public void setHts_type(Hts_type hts_type)
public int getHts_order_id()
public void setHts_order_id(int hts_order_id)
public int getHts_run_id()
public void setHts_run_id(int hts_run_id)
public java.util.Date getDate_attribution()
public void setDate_attribution(java.util.Date date_attribution)
public User getUser()
public void setUser(User user)
public boolean getIs_active()
public void setIs_active(boolean is_active)
public java.util.Vector getVectorHts_result()
public void setVectorHts_result(java.util.Vector vectorHts_result)
public boolean getIs_minseqe()
public void setIs_minseqe(boolean is_minseqe)
public Hts_minseqe getHts_minseqe()
public void setHts_minseqe(Hts_minseqe hts_minseqe)
public boolean getIs_quantif()
public void setIs_quantif(boolean is_quantif)
public boolean getIs_reads()
public void setIs_reads(boolean is_reads)
public boolean getIs_analysis()
public void setIs_analysis(boolean is_analysis)
public boolean getIs_matching()
public void setIs_matching(boolean is_matching)
public boolean save()
public void update()
public void switchState()
public java.util.Hashtable getLinks()
public java.lang.String getLabel()
public boolean getCheckIfIsAnOption(java.lang.String hts_pipeline_type_required)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||