|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.annotation.Cytoband
public class Cytoband
Description
Cytoband Object define cytological band on Chromosome Object
Infos : KLB - IPMC - 01/2004
Gene,
Chromosome,
Serialized Form| Field Summary | |
|---|---|
private int |
chromosome_id
Chromosome owner of this Cytoband |
private int |
cytoband_id
ID of Cytoband object |
private java.lang.String |
cytoband_ref
Description of this Cytoband |
private int |
end
end of this Cytoband |
private int |
start
Start of this Cytoband |
| Constructor Summary | |
|---|---|
Cytoband()
Default constructor |
|
Cytoband(int cytoband_id)
Constructs a Cytoband object from Cytoband ID |
|
| Method Summary | |
|---|---|
java.util.Vector |
getAllGenes()
Return all Genes object for this Cytoband |
int |
getChromosome_id()
Chromosome owner of this Cytoband |
int |
getCytoband_id()
ID of Cytoband object |
java.lang.String |
getCytoband_ref()
Description of this Cytoband |
int |
getEnd()
end of this Cytoband |
int |
getStart()
Start of this Cytoband |
void |
setChromosome_id(int chromosome_id)
|
void |
setCytoband_id(int cytoband_id)
|
void |
setCytoband_ref(java.lang.String cytoband_ref)
|
void |
setEnd(int end)
|
void |
setStart(int start)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int cytoband_id
private int chromosome_id
private java.lang.String cytoband_ref
private int start
private int end
| Constructor Detail |
|---|
public Cytoband()
public Cytoband(int cytoband_id)
cytoband_id - ID of existing Cytoband| Method Detail |
|---|
public int getCytoband_id()
public void setCytoband_id(int cytoband_id)
public int getChromosome_id()
public void setChromosome_id(int chromosome_id)
public java.lang.String getCytoband_ref()
public void setCytoband_ref(java.lang.String cytoband_ref)
public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
public java.util.Vector getAllGenes()
Gene,
Gene.Gene(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||