object.microarray
Class Labeling_type

java.lang.Object
  extended by object.microarray.Labeling_type
All Implemented Interfaces:
java.io.Serializable

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

Description
A Labeling_type belong to a Labeling Object
Infos : KLB - IPMC - 02/2004

See Also:
Serialized Form

Field Summary
private  java.lang.String arrayexpress
          arrayexpress reference of this Labeling_type object
private  java.lang.String color
          Color of this Labeling_type object
private  java.lang.String geo_extract
          GEO default extraction protocol of this Labeling_type object
private  java.lang.String geo_hyb
          GEO default hybridization protocol of this Labeling_type object
private  java.lang.String geo_label
          GEO default labeling protocol of this Labeling_type object
private  java.lang.String geo_nucleicacid
          GEO default type of nucleic acid of this Labeling_type object
private  int labeling_type_id
          ID of this Labeling_type object
private  java.lang.String labeling_type_ref
          Refrence of this Labeling_type object
private  java.lang.String wavelength
          wavelength default of this Labeling_type object
 
Constructor Summary
Labeling_type()
          Default constructor
Labeling_type(int labeling_type_id)
          Constructs a Labeling_type object from an existing Labeling_type ID
 
Method Summary
 java.lang.String getArrayexpress()
          arrayexpress reference of this Labeling_type object
 java.lang.String getColor()
          Color of this Labeling_type object
 java.lang.String getGeo_extract()
          GEO default extraction protocol of this Labeling_type object
 java.lang.String getGeo_hyb()
          GEO default hybridization protocol of this Labeling_type object
 java.lang.String getGeo_label()
          GEO default labeling protocol of this Labeling_type object
 java.lang.String getGeo_nucleicacid()
          GEO default type of nucleic acid of this Labeling_type object
 int getLabeling_type_id()
          ID of this Labeling_type object
 java.lang.String getLabeling_type_ref()
          Refrence of this Labeling_type object
 java.lang.String getWavelength()
          wavelength default of this Labeling_type object
 void setArrayexpress(java.lang.String arrayexpress)
           
 void setColor(java.lang.String color)
           
 void setGeo_extract(java.lang.String geo_extract)
           
 void setGeo_hyb(java.lang.String geo_hyb)
           
 void setGeo_label(java.lang.String geo_label)
           
 void setGeo_nucleicacid(java.lang.String geo_nucleicacid)
           
 void setLabeling_type_id(int labeling_type_id)
           
 void setLabeling_type_ref(java.lang.String labeling_type_ref)
           
 void setWavelength(java.lang.String wavelength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

labeling_type_id

private int labeling_type_id
ID of this Labeling_type object


labeling_type_ref

private java.lang.String labeling_type_ref
Refrence of this Labeling_type object


color

private java.lang.String color
Color of this Labeling_type object


arrayexpress

private java.lang.String arrayexpress
arrayexpress reference of this Labeling_type object


wavelength

private java.lang.String wavelength
wavelength default of this Labeling_type object


geo_nucleicacid

private java.lang.String geo_nucleicacid
GEO default type of nucleic acid of this Labeling_type object


geo_extract

private java.lang.String geo_extract
GEO default extraction protocol of this Labeling_type object


geo_label

private java.lang.String geo_label
GEO default labeling protocol of this Labeling_type object


geo_hyb

private java.lang.String geo_hyb
GEO default hybridization protocol of this Labeling_type object

Constructor Detail

Labeling_type

public Labeling_type()
Default constructor


Labeling_type

public Labeling_type(int labeling_type_id)
Constructs a Labeling_type object from an existing Labeling_type ID

Parameters:
labeling_type_id - ID of existing Labeling_type Object
Method Detail

getLabeling_type_id

public int getLabeling_type_id()
ID of this Labeling_type object


setLabeling_type_id

public void setLabeling_type_id(int labeling_type_id)

getLabeling_type_ref

public java.lang.String getLabeling_type_ref()
Refrence of this Labeling_type object


setLabeling_type_ref

public void setLabeling_type_ref(java.lang.String labeling_type_ref)

getColor

public java.lang.String getColor()
Color of this Labeling_type object


setColor

public void setColor(java.lang.String color)

getArrayexpress

public java.lang.String getArrayexpress()
arrayexpress reference of this Labeling_type object


setArrayexpress

public void setArrayexpress(java.lang.String arrayexpress)

getWavelength

public java.lang.String getWavelength()
wavelength default of this Labeling_type object


setWavelength

public void setWavelength(java.lang.String wavelength)

getGeo_nucleicacid

public java.lang.String getGeo_nucleicacid()
GEO default type of nucleic acid of this Labeling_type object


setGeo_nucleicacid

public void setGeo_nucleicacid(java.lang.String geo_nucleicacid)

getGeo_extract

public java.lang.String getGeo_extract()
GEO default extraction protocol of this Labeling_type object


setGeo_extract

public void setGeo_extract(java.lang.String geo_extract)

getGeo_label

public java.lang.String getGeo_label()
GEO default labeling protocol of this Labeling_type object


setGeo_label

public void setGeo_label(java.lang.String geo_label)

getGeo_hyb

public java.lang.String getGeo_hyb()
GEO default hybridization protocol of this Labeling_type object


setGeo_hyb

public void setGeo_hyb(java.lang.String geo_hyb)