object.hts
Class Hts_type

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

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.String description
          Description of this Hts_type object
private  int hts_type_id
          ID of this Hts_type object
private  java.lang.String hts_type_ref
          Reference of this Hts_type object
private  boolean is_orderable
          True if Hts_type object is orderable
protected  Plateforme plateforme
          Plateforme where Hts_type is performed
private  java.lang.String shortRef
          ShortRef of this Hts_type object
 
Constructor Summary
Hts_type()
          Default constructor
Hts_type(int hts_type_id)
          Constructs a Hts_type object from an existing Hts_type ID
 
Method Summary
 java.lang.String getDescription()
          Description of this Microarray_project_type object
 int getHts_type_id()
          ID of this Hts_type object
 java.lang.String getHts_type_ref()
          Reference of this Hts_type object
 boolean getIs_orderable()
          True if Hts_type object is orderable
 Plateforme getPlateforme()
          Plateforme where Hts_type is performed
 java.lang.String getShortRef()
          ShortRef of this Microarray_project_type object
 void setDescription(java.lang.String description)
           
 void setHts_type_id(int hts_type_id)
           
 void setHts_type_ref(java.lang.String hts_type_ref)
           
 void setIs_orderable(boolean is_orderable)
           
 void setPlateforme(Plateforme plateforme)
           
 void setShortRef(java.lang.String shortRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hts_type_id

private int hts_type_id
ID of this Hts_type object


hts_type_ref

private java.lang.String hts_type_ref
Reference of this Hts_type object


shortRef

private java.lang.String shortRef
ShortRef of this Hts_type object


description

private java.lang.String description
Description of this Hts_type object


plateforme

protected Plateforme plateforme
Plateforme where Hts_type is performed


is_orderable

private boolean is_orderable
True if Hts_type object is orderable

Constructor Detail

Hts_type

public Hts_type()
Default constructor


Hts_type

public Hts_type(int hts_type_id)
Constructs a Hts_type object from an existing Hts_type ID

Parameters:
hts_type_id - ID of existing Hts_type Object
Method Detail

getHts_type_id

public int getHts_type_id()
ID of this Hts_type object


setHts_type_id

public void setHts_type_id(int hts_type_id)

getHts_type_ref

public java.lang.String getHts_type_ref()
Reference of this Hts_type object


setHts_type_ref

public void setHts_type_ref(java.lang.String hts_type_ref)

getShortRef

public java.lang.String getShortRef()
ShortRef of this Microarray_project_type object


setShortRef

public void setShortRef(java.lang.String shortRef)

getDescription

public java.lang.String getDescription()
Description of this Microarray_project_type object


setDescription

public void setDescription(java.lang.String description)

getPlateforme

public Plateforme getPlateforme()
Plateforme where Hts_type is performed


setPlateforme

public void setPlateforme(Plateforme plateforme)

getIs_orderable

public boolean getIs_orderable()
True if Hts_type object is orderable


setIs_orderable

public void setIs_orderable(boolean is_orderable)