public class Cytoband extends Object implements Serializable, Comparable<Cytoband>
| Constructor and Description |
|---|
Cytoband() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Cytoband o) |
String |
getChromosome() |
Integer |
getEnd() |
String |
getLocus() |
Integer |
getStart() |
StainType |
getType() |
void |
setChromosome(String chromosome) |
void |
setEnd(Integer end) |
void |
setLocus(String locus) |
void |
setStart(Integer start) |
void |
setType(StainType type) |
String |
toString() |
public Cytoband()
public String getChromosome()
public void setChromosome(String chromosome)
public int compareTo(Cytoband o)
compareTo in interface Comparable<Cytoband>Copyright © 2000–2019 BioJava. All rights reserved.