object.hts
Class Hts_minseqe

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

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

Description
Infos : KLB - IPMC - 09/2009

See Also:
Serialized Form

Field Summary
private  double amount
          Amount input of this Hts_minseqe object
private  java.lang.String biomaterial
           
private  double concentration_bank
           
private  double concentration_sample
           
private  java.util.Date date
          Creation date of this Hts_minseqe Object
private  java.lang.String histopathology_number
           
private  Hts_extraction hts_extraction
          Hts extraction protocol used for this Hts_minseqe object
private  int hts_minseqe_id
          ID of this Hts_minseqe Object
private  java.lang.String hts_minseqe_ref
          Reference of this Hts_minseqe Object
private  Hts_quantification hts_quantification
          Hts quantification protocol used for this Hts_minseqe object
private  int hts_sample_id
          Hts_sample ID asssociated to this Hts_minseqe Object
private  boolean is_cleanup
           
private  Nucleic_acid_type nucleic_acid_type
          Nucleic acid type of this Hts_minseqe object
private  Organism organism
          Organism corresponding to this Hts_minseqe object
private  Protocol_extraction protocol_extraction
          Extraction protocol used for this Hts_minseqe object
private  double ratio_230
           
private  double ratio_280
           
private  double rin
           
private  java.lang.String tissue
          Tissue from which this Hts_minseqe object come from
private  java.lang.String treatment
           
 
Constructor Summary
Hts_minseqe()
          Default constructor
Hts_minseqe(int hts_minseqe_id)
          Constructs an Hts_minseqe object from an existing Hts_minseqe ID
 
Method Summary
 void delete()
          This function delete this Hybridization Object from database
 double getAmount()
          Amount concerning this Hts_minseqe object
 java.lang.String getBiomaterial()
           
 double getConcentration_bank()
           
 double getConcentration_sample()
           
 java.util.Date getDate()
          Creation date of this Hts_minseqe Object
 java.lang.String getHistopathology_number()
           
 Hts_extraction getHts_extraction()
          Hts extraction protocol used for this Hts_minseqe object
 int getHts_minseqe_id()
          ID of this Hts_minseqe Object
 java.lang.String getHts_minseqe_ref()
          Reference of this Hts_minseqe Object
 Hts_quantification getHts_quantification()
          Hts quantification protocol used for this Hts_minseqe object
 int getHts_sample_id()
          Hts_sample ID asssociated to this Hts_minseqe Object
 boolean getIs_cleanup()
           
 Nucleic_acid_type getNucleic_acid_type()
          Nucleic acid type of this Hts_minseqe object
 Organism getOrganism()
          Organism corresponding to this Hts_minseqe object
 Protocol_extraction getProtocol_extraction()
          Extraction protocol used for this Hts_minseqe object
 double getRatio_230()
           
 double getRatio_280()
           
 double getRin()
           
 java.lang.String getTissue()
          Tissue Object from which this Hts_minseqe object come from
 java.lang.String getTreatment()
           
 void loadParams(java.util.Hashtable hashParams)
          This function loadParams from HTML form.
 boolean save()
          This function save or update this Hts_minseqe Object into database
 void setAmount(double amount)
           
 void setBiomaterial(java.lang.String biomaterial)
           
 void setConcentration_bank(double concentration_bank)
           
 void setConcentration_sample(double concentration_sample)
           
 void setDate(java.util.Date date)
           
 void setHistopathology_number(java.lang.String histopathology_number)
           
 void setHts_extraction(Hts_extraction hts_extraction)
           
 void setHts_minseqe_id(int hts_minseqe_id)
           
 void setHts_minseqe_ref(java.lang.String hts_minseqe_ref)
           
 void setHts_quantification(Hts_quantification hts_quantification)
           
 void setHts_sample_id(int hts_sample_id)
           
 void setIs_cleanup(boolean is_cleanup)
           
 void setNucleic_acid_type(Nucleic_acid_type nucleic_acid_type)
           
 void setOrganism(Organism organism)
           
 void setProtocol_extraction(Protocol_extraction protocol_extraction)
           
 void setRatio_230(double ratio_230)
           
 void setRatio_280(double ratio_280)
           
 void setRin(double rin)
           
 void setTissue(java.lang.String tissue)
           
 void setTreatment(java.lang.String treatment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hts_minseqe_id

private int hts_minseqe_id
ID of this Hts_minseqe Object


hts_minseqe_ref

private java.lang.String hts_minseqe_ref
Reference of this Hts_minseqe Object


hts_sample_id

private int hts_sample_id
Hts_sample ID asssociated to this Hts_minseqe Object


date

private java.util.Date date
Creation date of this Hts_minseqe Object


hts_extraction

private Hts_extraction hts_extraction
Hts extraction protocol used for this Hts_minseqe object


hts_quantification

private Hts_quantification hts_quantification
Hts quantification protocol used for this Hts_minseqe object


nucleic_acid_type

private Nucleic_acid_type nucleic_acid_type
Nucleic acid type of this Hts_minseqe object


amount

private double amount
Amount input of this Hts_minseqe object


tissue

private java.lang.String tissue
Tissue from which this Hts_minseqe object come from


organism

private Organism organism
Organism corresponding to this Hts_minseqe object


protocol_extraction

private Protocol_extraction protocol_extraction
Extraction protocol used for this Hts_minseqe object


is_cleanup

private boolean is_cleanup

concentration_sample

private double concentration_sample

concentration_bank

private double concentration_bank

ratio_280

private double ratio_280

ratio_230

private double ratio_230

rin

private double rin

biomaterial

private java.lang.String biomaterial

treatment

private java.lang.String treatment

histopathology_number

private java.lang.String histopathology_number
Constructor Detail

Hts_minseqe

public Hts_minseqe()
Default constructor


Hts_minseqe

public Hts_minseqe(int hts_minseqe_id)
Constructs an Hts_minseqe object from an existing Hts_minseqe ID

Parameters:
hts_minseqe_id - ID of existing Hts_minseqe Object
Method Detail

getHts_minseqe_id

public int getHts_minseqe_id()
ID of this Hts_minseqe Object


setHts_minseqe_id

public void setHts_minseqe_id(int hts_minseqe_id)

getHts_minseqe_ref

public java.lang.String getHts_minseqe_ref()
Reference of this Hts_minseqe Object


setHts_minseqe_ref

public void setHts_minseqe_ref(java.lang.String hts_minseqe_ref)

getHts_sample_id

public int getHts_sample_id()
Hts_sample ID asssociated to this Hts_minseqe Object


setHts_sample_id

public void setHts_sample_id(int hts_sample_id)

getDate

public java.util.Date getDate()
Creation date of this Hts_minseqe Object


setDate

public void setDate(java.util.Date date)

getHts_extraction

public Hts_extraction getHts_extraction()
Hts extraction protocol used for this Hts_minseqe object


setHts_extraction

public void setHts_extraction(Hts_extraction hts_extraction)

getHts_quantification

public Hts_quantification getHts_quantification()
Hts quantification protocol used for this Hts_minseqe object


setHts_quantification

public void setHts_quantification(Hts_quantification hts_quantification)

getProtocol_extraction

public Protocol_extraction getProtocol_extraction()
Extraction protocol used for this Hts_minseqe object


setProtocol_extraction

public void setProtocol_extraction(Protocol_extraction protocol_extraction)

getNucleic_acid_type

public Nucleic_acid_type getNucleic_acid_type()
Nucleic acid type of this Hts_minseqe object


setNucleic_acid_type

public void setNucleic_acid_type(Nucleic_acid_type nucleic_acid_type)

getTissue

public java.lang.String getTissue()
Tissue Object from which this Hts_minseqe object come from


setTissue

public void setTissue(java.lang.String tissue)

getOrganism

public Organism getOrganism()
Organism corresponding to this Hts_minseqe object


setOrganism

public void setOrganism(Organism organism)

getAmount

public double getAmount()
Amount concerning this Hts_minseqe object


setAmount

public void setAmount(double amount)

getIs_cleanup

public boolean getIs_cleanup()

setIs_cleanup

public void setIs_cleanup(boolean is_cleanup)

getConcentration_sample

public double getConcentration_sample()

setConcentration_sample

public void setConcentration_sample(double concentration_sample)

getConcentration_bank

public double getConcentration_bank()

setConcentration_bank

public void setConcentration_bank(double concentration_bank)

getRatio_280

public double getRatio_280()

setRatio_280

public void setRatio_280(double ratio_280)

getRatio_230

public double getRatio_230()

setRatio_230

public void setRatio_230(double ratio_230)

getRin

public double getRin()

setRin

public void setRin(double rin)

getBiomaterial

public java.lang.String getBiomaterial()

setBiomaterial

public void setBiomaterial(java.lang.String biomaterial)

getTreatment

public java.lang.String getTreatment()

setTreatment

public void setTreatment(java.lang.String treatment)

getHistopathology_number

public java.lang.String getHistopathology_number()

setHistopathology_number

public void setHistopathology_number(java.lang.String histopathology_number)

loadParams

public void loadParams(java.util.Hashtable hashParams)
This function loadParams from HTML form.


save

public boolean save()
This function save or update this Hts_minseqe Object into database


delete

public void delete()
This function delete this Hybridization Object from database

See Also:
Labeling, Labeling.delete()