|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.annotation.Genoligo_rel
public class Genoligo_rel
Description
Resume the relation beetween an Oligo Object and a Gene Object
Infos : KLB - IPMC - 01/2004
Gene,
Oligo,
Serialized Form| Field Summary | |
|---|---|
private int |
gene_id
ID of an existing Gene object |
private double |
identity
Percentage of identity of the Oligo Object on the sequence of the Gene Object |
private java.lang.String |
is_select
Caracteristic of the selection or not of this relation for the Gene Object. |
private int |
oligo_id
ID of an existing Oligo object |
private int |
position
Start position of the Oligo Object on the sequence of the Gene Object |
private int |
size
Size of the Oligo Object on the sequence of the Gene Object |
| Constructor Summary | |
|---|---|
Genoligo_rel()
Default constructor |
|
Genoligo_rel(int oligo_id,
int gene_id,
int position,
int size,
double identity,
java.lang.String is_select)
Constructs a Genoligo_rel object from several parameters |
|
| Method Summary | |
|---|---|
int |
getGene_id()
ID of an existing Gene object |
double |
getIdentity()
Percentage of identity of the Oligo Object on the sequence of the Gene Object |
java.lang.String |
getIs_select()
Caracteristic of the selection or not of this relation for the Gene Object. |
int |
getOligo_id()
ID of an existing Oligo object |
int |
getPosition()
Start position of the Oligo Object on the sequence of the Gene Object |
int |
getSize()
size of the Oligo Object on the sequence of the Gene Object |
void |
setGene_id(int gene_id)
|
void |
setIdentity(double identity)
|
void |
setIs_select(java.lang.String is_select)
|
void |
setOligo_id(int oligo_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 |
|---|
private int oligo_id
private int gene_id
private int position
private int size
private double identity
private java.lang.String is_select
| Constructor Detail |
|---|
public Genoligo_rel()
public Genoligo_rel(int oligo_id,
int gene_id,
int position,
int size,
double identity,
java.lang.String is_select)
oligo_id - ID of existing Oligo Objectgene_id - ID of existing Gene Objectposition - Start position of the oligo on the genesize - Size of the match beetween the Oligo and the Geneidentity - Percentage of identity of the match beetween the Oligo and the Geneis_select - Selection('Y') or not ('N') of the Oligo as the best for the Gene| Method Detail |
|---|
public int getOligo_id()
public void setOligo_id(int oligo_id)
public int getGene_id()
public void setGene_id(int gene_id)
public int getPosition()
public void setPosition(int position)
public int getSize()
public void setSize(int size)
public double getIdentity()
public void setIdentity(double identity)
public java.lang.String getIs_select()
public void setIs_select(java.lang.String is_select)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||