object.hts
Class Hts_run

java.lang.Object
  extended by object.hts.Hts_run
All Implemented Interfaces:
java.io.Serializable

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

Description
Hts_run Object
Infos : KLB - IPMC - 05/2009

See Also:
Serialized Form

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

hts_run_id

private int hts_run_id
ID of Hts_run object


hts_run_ref

private java.lang.String hts_run_ref
Reference of Hts_run object


date

private java.util.Date date
Date of the hts_run Object


nb_sample

private int nb_sample
Number of sample create in this hts_run Object


vectorHts_sample

private java.util.Vector vectorHts_sample
Vector of Hts_sample Object creating by this Hts_run Object


message

private java.lang.String message
Message for user information


hts_type

private Hts_type hts_type
Hts_type default of this Hts_run object : not saved

Constructor Detail

Hts_run

public Hts_run()
Default constructor


Hts_run

public Hts_run(int hts_run_id)
Constructs a Hts_run object from Hts_run ID

Parameters:
hts_run_id - ID of existing Hts_run
Method Detail

getHts_run_id

public int getHts_run_id()
ID of Hts_run object


setHts_run_id

public void setHts_run_id(int hts_run_id)

getHts_run_ref

public java.lang.String getHts_run_ref()
Reference of Hts_run object


setHts_run_ref

public void setHts_run_ref(java.lang.String hts_run_ref)

getDate

public java.util.Date getDate()
Date of the hts_run Object


setDate

public void setDate(java.util.Date date)

getNb_sample

public int getNb_sample()
Number of sample create in this hts_run Object


setNb_sample

public void setNb_sample(int nb_sample)

getVectorHts_sample

public java.util.Vector getVectorHts_sample()
Vector of Hts_sample Object creating by this Hts_run Object


setVectorHts_sample

public void setVectorHts_sample(java.util.Vector vectorHts_sample)

getMessage

public java.lang.String getMessage()
Message for user information


setMessage

public void setMessage(java.lang.String message)

getHts_type

public Hts_type getHts_type()
Hts_type of this Hts_run object


setHts_type

public void setHts_type(Hts_type hts_type)

loadParams

public void loadParams(java.util.Hashtable hashParams)

save

public boolean save()

delete

public void delete()

getListing

public java.lang.String getListing()