object.microarray
Class Microarray_project_type

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

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

Description
Microarray_project_type Object
Infos : KLB - IPMC - 12/2005

See Also:
Organism, Serialized Form

Field Summary
private  java.lang.String agilent_design
           
private  java.lang.String arrayexpress
          ArrayExpress accession number
private  ArrayLabo arrayLabo
          ArrayLabo Object owner of this Array object
private  java.lang.String description
          Description of this Microarray_project_type object
private  java.lang.String[] evalue
          Listing of e-value values for graph specificity drawn for oligos concerning this array
private  java.lang.String geo
          GEO accession number
private  boolean is_affy
          Is this microarray is a microarray from Affymetrix suplier
private  boolean is_micro
          Is this microarray is a microarray of microRNAs
private  boolean is_orderable
          True if the microarray_project_type is orderable
private  boolean is_spottable
          True if the microarray_project_type is spottable
private  boolean is_viewable
          Is this microarray can be viewed in Multi_PF comparison
private  int microarray_order_id
          Default Microarray_order ID concerning the quality control associated to the microarray_project_type
private  int microarray_project_type_id
          ID of this Microarray_project_type object
private  java.lang.String microarray_project_type_ref
          Reference of this Microarray_project_type object
private  int multiplier
           
private  Organism organism
          Organism Object concerned by this Microarray_project_type object
private  Plateforme plateforme
          Plateforme owner of this Microarray_project_type object
private  java.lang.String shortRef
          ShortRef of this Microarray_project_type object
private  java.lang.String spo_ref
          EvryRef of this Microarray_project_type object
 
Constructor Summary
Microarray_project_type()
          Default constructor
Microarray_project_type(int microarray_project_type_id)
          Constructs a Microarray_project_type object from an existing Microarray_project_type ID
 
Method Summary
 java.lang.String getAgilent_design()
          agilent_design (i.e. 8x15k, 4x44k, 1x44k or 1x22k)
 java.lang.String getArrayexpress()
          ArrayExpress accession number
 ArrayLabo getArrayLabo()
          ArrayLabo Object owner of this Array object
 java.lang.String getDescription()
          Description of this Microarray_project_type object
 java.lang.String[] getEvalue()
          Listing of e-value values for graph specificity drawn for oligos concerning this array
 java.lang.String getGeo()
          GEO accession number
 boolean getIs_affy()
          Is this microarray is a microarray from Affymetrix
 boolean getIs_micro()
          Is this microarray is a microarray of microRNAs
 boolean getIs_orderable()
          True if the microarray_project_type is orderable
 boolean getIs_spottable()
          True if the microarray_project_type is spottable
 boolean getIs_viewable()
          Is this microarray can be viewed in Multi_PF oligo nucleotides comparison
 int getMicroarray_order_id()
          Default Microarray_order ID concerning the quality control associated to the microarray_project_type
 int getMicroarray_project_type_id()
          ID of this Microarray_project_type object
 java.lang.String getMicroarray_project_type_ref()
          Reference of this Microarray_project_type object
 int getMultiplier()
           
 Organism getOrganism()
          Organism Object concerned by this Microarray_project_type object
 Plateforme getPlateforme()
          Plateforme Object of this Microarray_project_type Object
 java.lang.String getShortRef()
          ShortRef of this Microarray_project_type object
 java.lang.String getSpo_ref()
          Spotting ref of this Microarray_project_type object for spotting from other Plateformes
 void setAgilent_design(java.lang.String agilent_design)
           
 void setArrayexpress(java.lang.String arrayexpress)
           
 void setArrayLabo(ArrayLabo arrayLabo)
           
 void setDescription(java.lang.String description)
           
 void setEvalue(java.lang.String[] evalue)
           
 void setGeo(java.lang.String geo)
           
 void setIs_affy(boolean is_affy)
           
 void setIs_micro(boolean is_micro)
           
 void setIs_orderable(boolean is_orderable)
           
 void setIs_spottable(boolean is_spottable)
           
 void setIs_viewable(boolean is_viewable)
           
 void setMicroarray_order_id(int microarray_order_id)
           
 void setMicroarray_project_type_id(int microarray_project_type_id)
           
 void setMicroarray_project_type_ref(java.lang.String microarray_project_type_ref)
           
 void setMultiplier(int multiplier)
           
 void setOrganism(Organism organism)
           
 void setPlateforme(Plateforme plateforme)
           
 void setShortRef(java.lang.String shortRef)
           
 void setSpo_ref(java.lang.String spo_ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

microarray_project_type_id

private int microarray_project_type_id
ID of this Microarray_project_type object


microarray_project_type_ref

private java.lang.String microarray_project_type_ref
Reference of this Microarray_project_type object


shortRef

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


spo_ref

private java.lang.String spo_ref
EvryRef of this Microarray_project_type object


organism

private Organism organism
Organism Object concerned by this Microarray_project_type object


description

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


plateforme

private Plateforme plateforme
Plateforme owner of this Microarray_project_type object


microarray_order_id

private int microarray_order_id
Default Microarray_order ID concerning the quality control associated to the microarray_project_type


is_spottable

private boolean is_spottable
True if the microarray_project_type is spottable


is_orderable

private boolean is_orderable
True if the microarray_project_type is orderable


geo

private java.lang.String geo
GEO accession number


arrayexpress

private java.lang.String arrayexpress
ArrayExpress accession number


arrayLabo

private ArrayLabo arrayLabo
ArrayLabo Object owner of this Array object


evalue

private java.lang.String[] evalue
Listing of e-value values for graph specificity drawn for oligos concerning this array


is_viewable

private boolean is_viewable
Is this microarray can be viewed in Multi_PF comparison


is_micro

private boolean is_micro
Is this microarray is a microarray of microRNAs


is_affy

private boolean is_affy
Is this microarray is a microarray from Affymetrix suplier


agilent_design

private java.lang.String agilent_design

multiplier

private int multiplier
Constructor Detail

Microarray_project_type

public Microarray_project_type()
Default constructor


Microarray_project_type

public Microarray_project_type(int microarray_project_type_id)
Constructs a Microarray_project_type object from an existing Microarray_project_type ID

Parameters:
microarray_project_type_id - ID of existing Microarray_project_type Object
Method Detail

getMicroarray_project_type_id

public int getMicroarray_project_type_id()
ID of this Microarray_project_type object


setMicroarray_project_type_id

public void setMicroarray_project_type_id(int microarray_project_type_id)

getMicroarray_project_type_ref

public java.lang.String getMicroarray_project_type_ref()
Reference of this Microarray_project_type object


setMicroarray_project_type_ref

public void setMicroarray_project_type_ref(java.lang.String microarray_project_type_ref)

getShortRef

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


setShortRef

public void setShortRef(java.lang.String shortRef)

getSpo_ref

public java.lang.String getSpo_ref()
Spotting ref of this Microarray_project_type object for spotting from other Plateformes


setSpo_ref

public void setSpo_ref(java.lang.String spo_ref)

getOrganism

public Organism getOrganism()
Organism Object concerned by this Microarray_project_type object


setOrganism

public void setOrganism(Organism organism)

getDescription

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


setDescription

public void setDescription(java.lang.String description)

getGeo

public java.lang.String getGeo()
GEO accession number


setGeo

public void setGeo(java.lang.String geo)

getArrayexpress

public java.lang.String getArrayexpress()
ArrayExpress accession number


setArrayexpress

public void setArrayexpress(java.lang.String arrayexpress)

getIs_spottable

public boolean getIs_spottable()
True if the microarray_project_type is spottable


setIs_spottable

public void setIs_spottable(boolean is_spottable)

getIs_orderable

public boolean getIs_orderable()
True if the microarray_project_type is orderable


setIs_orderable

public void setIs_orderable(boolean is_orderable)

getMicroarray_order_id

public int getMicroarray_order_id()
Default Microarray_order ID concerning the quality control associated to the microarray_project_type


setMicroarray_order_id

public void setMicroarray_order_id(int microarray_order_id)

getPlateforme

public Plateforme getPlateforme()
Plateforme Object of this Microarray_project_type Object


setPlateforme

public void setPlateforme(Plateforme plateforme)

getArrayLabo

public ArrayLabo getArrayLabo()
ArrayLabo Object owner of this Array object


setArrayLabo

public void setArrayLabo(ArrayLabo arrayLabo)

getEvalue

public java.lang.String[] getEvalue()
Listing of e-value values for graph specificity drawn for oligos concerning this array


setEvalue

public void setEvalue(java.lang.String[] evalue)

getIs_viewable

public boolean getIs_viewable()
Is this microarray can be viewed in Multi_PF oligo nucleotides comparison


setIs_viewable

public void setIs_viewable(boolean is_viewable)

getAgilent_design

public java.lang.String getAgilent_design()
agilent_design (i.e. 8x15k, 4x44k, 1x44k or 1x22k)


setAgilent_design

public void setAgilent_design(java.lang.String agilent_design)

getIs_micro

public boolean getIs_micro()
Is this microarray is a microarray of microRNAs


setIs_micro

public void setIs_micro(boolean is_micro)

getIs_affy

public boolean getIs_affy()
Is this microarray is a microarray from Affymetrix


setIs_affy

public void setIs_affy(boolean is_affy)

getMultiplier

public int getMultiplier()

setMultiplier

public void setMultiplier(int multiplier)