Class Cytoband
- java.lang.Object
-
- org.biojava.nbio.genome.parsers.cytoband.Cytoband
-
- All Implemented Interfaces:
Serializable
,Comparable<Cytoband>
public class Cytoband extends Object implements Serializable, Comparable<Cytoband>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Cytoband()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
Cytoband
public Cytoband()
-
-
Method Detail
-
getChromosome
public String getChromosome()
-
setChromosome
public void setChromosome(String chromosome)
-
compareTo
public int compareTo(Cytoband o)
- Specified by:
compareTo
in interfaceComparable<Cytoband>
-
-