object.annotation
Class Oligo_affy

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

public class Oligo_affy
extends Sonde
implements java.io.Serializable

Description
Oligo_affy Object
Infos : KLB - IPMC - 02/2008

See Also:
Array, Sonde, Serialized Form

Field Summary
private  java.lang.String accession
          Accession of probe for this Oligo_affy Object
private  java.lang.String probe_set_id
          probe_set_id of probe for this Oligo_affy 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_affy()
          Default constructor
Oligo_affy(int oligo_affy_id)
          Constructs an Oligo_affy object from an oligo_affy_id
 
Method Summary
 java.lang.String getAccession()
          Accession of probe for this Oligo_affy Object
 java.lang.String getProbe_set_id()
          probe_set_id of probe for this Oligo_affy Object
 void setAccession(java.lang.String accession)
           
 void setProbe_set_id(java.lang.String probe_set_id)
           
 
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

accession

private java.lang.String accession
Accession of probe for this Oligo_affy Object


probe_set_id

private java.lang.String probe_set_id
probe_set_id of probe for this Oligo_affy Object

Constructor Detail

Oligo_affy

public Oligo_affy()
Default constructor


Oligo_affy

public Oligo_affy(int oligo_affy_id)
Constructs an Oligo_affy object from an oligo_affy_id

Parameters:
oligo_affy_id - ID of an existing Oligo_affy Object
See Also:
Genoligo_rel
Method Detail

getAccession

public java.lang.String getAccession()
Accession of probe for this Oligo_affy Object


setAccession

public void setAccession(java.lang.String accession)

getProbe_set_id

public java.lang.String getProbe_set_id()
probe_set_id of probe for this Oligo_affy Object


setProbe_set_id

public void setProbe_set_id(java.lang.String probe_set_id)