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 String getChromosome()
public void setChromosome(String chromosome)
public Integer getStart()
public void setStart(Integer start)
public Integer getEnd()
public void setEnd(Integer end)
public StainType getType()
public void setType(StainType type)
public int compareTo(Cytoband o)
compareTo
in interface Comparable<Cytoband>
public String getLocus()
public void setLocus(String locus)
Copyright © 2000–2016 BioJava. All rights reserved.