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 intcompareTo(Cytoband o)StringgetChromosome()IntegergetEnd()StringgetLocus()IntegergetStart()StainTypegetType()voidsetChromosome(String chromosome)voidsetEnd(Integer end)voidsetLocus(String locus)voidsetStart(Integer start)voidsetType(StainType type)StringtoString()
-
-
-
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:
compareToin interfaceComparable<Cytoband>
-
-