|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.annotation.GoLink
public class GoLink
Description
Resume the relation between a Gene and the Term of the Gene Ontology
Infos : KLB - IPMC - 12/2003
Gene,
Term,
Serialized Form| Field Summary | |
|---|---|
private int |
gene_id
ID of Gene object |
private Term |
term
Term describing the Gene Ontology link with the gene |
| Constructor Summary | |
|---|---|
GoLink()
Default constructor |
|
GoLink(int gene_id,
Term term)
Constructs a GoLink object from a gene_id and a Term from the Gene Ontology |
|
| Method Summary | |
|---|---|
int |
getGene_id()
ID of Gene object |
Term |
getTerm()
Term describing the Gene Ontology link with the gene |
void |
setGene_id(int gene_id)
|
void |
setTerm(Term term)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int gene_id
private Term term
| Constructor Detail |
|---|
public GoLink()
public GoLink(int gene_id,
Term term)
gene_id - ID of existing Gene Objectterm - Term Object of the Gene OntologyTerm| Method Detail |
|---|
public int getGene_id()
public void setGene_id(int gene_id)
public Term getTerm()
public void setTerm(Term term)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||