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()
-
-
-
Method Detail
-
getChromosome
public String getChromosome()
-
setChromosome
public void setChromosome(String chromosome)
-
getStart
public Integer getStart()
-
setStart
public void setStart(Integer start)
-
getEnd
public Integer getEnd()
-
setEnd
public void setEnd(Integer end)
-
getType
public StainType getType()
-
setType
public void setType(StainType type)
-
compareTo
public int compareTo(Cytoband o)
- Specified by:
compareToin interfaceComparable<Cytoband>
-
getLocus
public String getLocus()
-
setLocus
public void setLocus(String locus)
-
-