object.annotation
Class Oligo_adhoc

java.lang.Object
  extended by object.annotation.Sonde
      extended by object.annotation.Oligo_adhoc
All Implemented Interfaces:
java.io.Serializable

public class Oligo_adhoc
extends Sonde
implements java.io.Serializable

Description
Oligo_adhoc from ohers IPMC Arrays
Infos : KLB - IPMC - 06/2005

See Also:
Sonde, Serialized Form

Field Summary
private  java.lang.String accession
          Accession of this Oligo_adhoc Object
private  java.lang.String description
          Description concerning this Oligo_adhoc Object
private  java.lang.String information
          Informations concerning this Oligo_adhoc Object (pcr production for IPMC 5k array)
private  Microarray_project_type microarray_project_type
          Microarray_project_type Object owner of this Oligo_adhoc Object
private  int parent_id
          ID of parent of this Oligo_adhoc Object
private  java.lang.String short_accession
          Accession of this Oligo_adhoc Object
private  java.util.Vector vectorMirna_mature
          Vector of Mirna_mature objects matched by this Oligo_adhoc Object
private  java.util.Vector vectorSpodo_hits
          Vector of Spodo_hits objects owned by this Oligo_adhoc Object
 
Fields inherited from class object.annotation.Sonde
hashGenoligo_rel, hashSpecificity, mamap, nb_est, organism_id, psl_coord, sequence, sonde_id, sonde_type_id, taille, tm, type, vectorGenoligo_rel, xhybrid_max
 
Constructor Summary
Oligo_adhoc()
          Default constructor
Oligo_adhoc(int oligo_adhoc_id)
          Constructs a Oligo_adhoc object from Oligo_adhoc ID
 
Method Summary
 java.lang.String getAccession()
          Accession of this Oligo_adhoc Object
 java.lang.String getDescription()
          Description concerning this Oligo_adhoc Object
 java.lang.String getInformation()
          Informations concerning this Oligo_adhoc Object (pcr production for IPMC 5k array)
 Microarray_project_type getMicroarray_project_type()
          Microarray_project_type Object owner of this Oligo_adhoc Object
 int getParent_id()
          ID of parent of this Oligo_adhoc Object
 java.lang.String getShort_accession()
          Short Accession of this Oligo_adhoc Object
 java.util.Vector getVectorMirna_mature()
           
 java.util.Vector getVectorSpodo_hits()
           
 void setAccession(java.lang.String accession)
           
 void setDescription(java.lang.String description)
           
 void setInformation(java.lang.String information)
           
 void setMicroarray_project_type_id(Microarray_project_type microarray_project_type)
           
 void setParent_id(int parent_id)
           
 void setShort_accession(java.lang.String short_accession)
           
 void setVectorMirna_mature(java.util.Vector vectorMirna_mature)
           
 void setVectorSpodo_hits(java.util.Vector vectorSpodo_hits)
           
 
Methods inherited from class object.annotation.Sonde
displaySpecificity, getHashGenoligo_rel, getHashSpecificity, getMamap, getNb_est, getNb_xhybrid_string, getOrganism_id, getPsl_coord, getSequence, getSequenceBR, getSonde_id, getSonde_type_id, getTaille, getTm, getVectorGenoligo_rel, getVectorInfos, getXhybrid_max, loadHashSpecificity, setHashGenoligo_rel, setHashSpecificity, setMamap, setNb_est, setOrganism_id, setPsl_coord, setSequence, setSonde_id, setSonde_type_id, setTaille, setTm, setVectorGenoligo_rel, setXhybrid_max
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent_id

private int parent_id
ID of parent of this Oligo_adhoc Object


accession

private java.lang.String accession
Accession of this Oligo_adhoc Object


short_accession

private java.lang.String short_accession
Accession of this Oligo_adhoc Object


information

private java.lang.String information
Informations concerning this Oligo_adhoc Object (pcr production for IPMC 5k array)


microarray_project_type

private Microarray_project_type microarray_project_type
Microarray_project_type Object owner of this Oligo_adhoc Object


vectorMirna_mature

private java.util.Vector vectorMirna_mature
Vector of Mirna_mature objects matched by this Oligo_adhoc Object


vectorSpodo_hits

private java.util.Vector vectorSpodo_hits
Vector of Spodo_hits objects owned by this Oligo_adhoc Object


description

private java.lang.String description
Description concerning this Oligo_adhoc Object

Constructor Detail

Oligo_adhoc

public Oligo_adhoc()
Default constructor


Oligo_adhoc

public Oligo_adhoc(int oligo_adhoc_id)
Constructs a Oligo_adhoc object from Oligo_adhoc ID

Parameters:
oligo_adhoc_id - ID of existing Oligo_adhoc Object
Method Detail

getParent_id

public int getParent_id()
ID of parent of this Oligo_adhoc Object


setParent_id

public void setParent_id(int parent_id)

getAccession

public java.lang.String getAccession()
Accession of this Oligo_adhoc Object


setAccession

public void setAccession(java.lang.String accession)

getShort_accession

public java.lang.String getShort_accession()
Short Accession of this Oligo_adhoc Object


setShort_accession

public void setShort_accession(java.lang.String short_accession)

getInformation

public java.lang.String getInformation()
Informations concerning this Oligo_adhoc Object (pcr production for IPMC 5k array)


setInformation

public void setInformation(java.lang.String information)

getMicroarray_project_type

public Microarray_project_type getMicroarray_project_type()
Microarray_project_type Object owner of this Oligo_adhoc Object


setMicroarray_project_type_id

public void setMicroarray_project_type_id(Microarray_project_type microarray_project_type)

getVectorMirna_mature

public java.util.Vector getVectorMirna_mature()

setVectorMirna_mature

public void setVectorMirna_mature(java.util.Vector vectorMirna_mature)

getVectorSpodo_hits

public java.util.Vector getVectorSpodo_hits()

setVectorSpodo_hits

public void setVectorSpodo_hits(java.util.Vector vectorSpodo_hits)

getDescription

public java.lang.String getDescription()
Description concerning this Oligo_adhoc Object


setDescription

public void setDescription(java.lang.String description)