|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.annotation.Chromosome
public class Chromosome
Description
Chromosome Object
Infos : KLB - IPMC - 08/2003
Gene,
Serialized Form| Field Summary | |
|---|---|
private int |
chromosome_id
ID of Chromosome object |
private java.lang.String |
chromosome_name
Description of this Chromosome |
private java.lang.String |
coord
Coord of this Chromosome on the HTML map displayed in the Chromosome visualisation application part |
private java.lang.String |
coord2
Coord of this Chromosome on the HTML map displayed in the Viewer manager chromosome application part |
private int |
length
Length of this Chromosome |
private int |
organism_id
Organism owner of this Chromosome |
| Constructor Summary | |
|---|---|
Chromosome()
Default constructor |
|
Chromosome(int chromosome_id)
Constructs a Chromosome object from a Chromosome ID |
|
| Method Summary | |
|---|---|
java.util.Vector |
getAllCytoband()
This function return a vector containing all Cytoband object for this Chromosome Object ordered by start position across the Chromosome Object. |
java.util.Vector |
getAllGenes()
This function return a vector containing all Genes object for this Chromosome Object |
int |
getChromosome_id()
ID of Chromosome object |
java.lang.String |
getChromosome_name()
Description of this Chromosome |
java.lang.String |
getCoord()
Coord of this Chromosome on th e HTML map displayed in the Chromosome visualisation application part |
java.lang.String |
getCoord2()
Coord of this Chromosome on the HTML map displayed in the Viewer manager chromosome application part |
int |
getLength()
Length of this Chromosome |
int |
getOrganism_id()
Organism owner of this Chromosome |
void |
setChromosome_id(int chromosome_id)
|
void |
setChromosome_name(java.lang.String chromosome_name)
|
void |
setCoord(java.lang.String coord)
|
void |
setCoord2(java.lang.String coord2)
|
void |
setLength(int length)
|
void |
setOrganism_id(int organism_id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int chromosome_id
private int organism_id
private java.lang.String chromosome_name
private int length
private java.lang.String coord
private java.lang.String coord2
| Constructor Detail |
|---|
public Chromosome()
public Chromosome(int chromosome_id)
chromosome_id - ID of an existing Chromosome Object| Method Detail |
|---|
public int getChromosome_id()
public void setChromosome_id(int chromosome_id)
public int getOrganism_id()
public void setOrganism_id(int organism_id)
public java.lang.String getChromosome_name()
public void setChromosome_name(java.lang.String chromosome_name)
public int getLength()
public void setLength(int length)
public java.lang.String getCoord()
public void setCoord(java.lang.String coord)
public java.lang.String getCoord2()
public void setCoord2(java.lang.String coord2)
public java.util.Vector getAllGenes()
Gene,
Gene.Gene(int)public java.util.Vector getAllCytoband()
Cytoband,
Cytoband.Cytoband(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||