object.annotation
Class Oligo_adhocRelation

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

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

Description
Oligo_adhocRelation Object
Infos : KLB - IPMC - 06/2005

See Also:
Oligo_adhoc, Serialized Form

Field Summary
private  int gene_id
          ID of Gene Object
private  double identity
          Percent identity of the match
private  int oligo_adhoc_id
          ID of oligo_adhoc object
private  int position
          Position of oligo_adhoc object sequence on the Gene object sequence
private  int size
          Size of match of the oligo_adhoc on the Gene
 
Constructor Summary
Oligo_adhocRelation()
          Default constructor
Oligo_adhocRelation(int oligo_adhoc_id, int gene_id, int position, int size, double identity)
          Constructs an Oligo_adhocRelation object with several parameters
 
Method Summary
 int getGene_id()
          ID of Gene Object
 double getIdentity()
          Percent identity of the match
 int getOligo_adhoc_id()
          ID of oligo_adhoc object
 int getPosition()
          Position of oligo_adhoc object sequence on the Gene object sequence
 int getSize()
          Size of match of the oligo_adhoc on the Gene
 void setGene_id(int gene_id)
           
 void setIdentity(double identity)
           
 void setOligo_adhoc_id(int oligo_adhoc_id)
           
 void setPosition(int position)
           
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oligo_adhoc_id

private int oligo_adhoc_id
ID of oligo_adhoc object


gene_id

private int gene_id
ID of Gene Object


position

private int position
Position of oligo_adhoc object sequence on the Gene object sequence


size

private int size
Size of match of the oligo_adhoc on the Gene


identity

private double identity
Percent identity of the match

Constructor Detail

Oligo_adhocRelation

public Oligo_adhocRelation()
Default constructor


Oligo_adhocRelation

public Oligo_adhocRelation(int oligo_adhoc_id,
                           int gene_id,
                           int position,
                           int size,
                           double identity)
Constructs an Oligo_adhocRelation object with several parameters

Parameters:
oligo_adhoc_id -
gene_id -
position -
size -
identity -
Method Detail

getOligo_adhoc_id

public int getOligo_adhoc_id()
ID of oligo_adhoc object


setOligo_adhoc_id

public void setOligo_adhoc_id(int oligo_adhoc_id)

getGene_id

public int getGene_id()
ID of Gene Object


setGene_id

public void setGene_id(int gene_id)

getPosition

public int getPosition()
Position of oligo_adhoc object sequence on the Gene object sequence


setPosition

public void setPosition(int position)

getSize

public int getSize()
Size of match of the oligo_adhoc on the Gene


setSize

public void setSize(int size)

getIdentity

public double getIdentity()
Percent identity of the match


setIdentity

public void setIdentity(double identity)