public class DACoordinateSystem extends Object implements CoordinateSystem
Modifier and Type | Field and Description |
---|---|
protected Boolean |
defaultVersion |
protected Integer |
id |
protected Integer |
rank |
protected Boolean |
sequenceLevel |
protected Integer |
speciesID |
protected Boolean |
topLevel |
protected EnsemblCoordSystemType |
type |
protected String |
version |
Constructor and Description |
---|
DACoordinateSystem() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId()
Get the value of id
|
Integer |
getRank()
Get the value of rank
|
Integer |
getSpeciesID()
Get the value of speciesID
|
EnsemblCoordSystemType |
getType()
Get the value of type
|
String |
getVersion()
Get the value of version
|
Boolean |
isDefaultVersion() |
Boolean |
isSequenceLevel() |
Boolean |
isTopLevel()
returns true if this CCS is the default version CS with lowest rank number
i.e.
|
void |
setDefaultVersion(Boolean defaultVersion) |
void |
setId(Integer id)
Set the value of id
|
void |
setRank(Integer rank)
Set the value of rank
|
void |
setSequenceLevel(Boolean sequenceLevel) |
void |
setSpeciesID(Integer speciesID)
Set the value of speciesID
|
void |
setTopLevel(boolean toplevel) |
void |
setType(CoordSystemType type)
Set the value of type
|
void |
setVersion(String version)
Set the value of version
|
protected EnsemblCoordSystemType type
protected Boolean defaultVersion
protected Boolean sequenceLevel
public DACoordinateSystem()
public Boolean isTopLevel()
isTopLevel
in interface CoordinateSystem
public void setTopLevel(boolean toplevel)
public Integer getSpeciesID()
getSpeciesID
in interface CoordinateSystem
public void setSpeciesID(Integer speciesID)
setSpeciesID
in interface CoordinateSystem
speciesID
- new value of speciesIDpublic Integer getId()
getId
in interface CoordinateSystem
public void setId(Integer id)
setId
in interface CoordinateSystem
id
- new value of idpublic EnsemblCoordSystemType getType()
getType
in interface CoordinateSystem
public void setType(CoordSystemType type)
setType
in interface CoordinateSystem
type
- new value of typepublic String getVersion()
getVersion
in interface CoordinateSystem
public void setVersion(String version)
setVersion
in interface CoordinateSystem
version
- new value of versionpublic Integer getRank()
getRank
in interface CoordinateSystem
public void setRank(Integer rank)
setRank
in interface CoordinateSystem
rank
- new value of rankpublic Boolean isDefaultVersion()
isDefaultVersion
in interface CoordinateSystem
public void setDefaultVersion(Boolean defaultVersion)
setDefaultVersion
in interface CoordinateSystem
public Boolean isSequenceLevel()
isSequenceLevel
in interface CoordinateSystem
public void setSequenceLevel(Boolean sequenceLevel)
setSequenceLevel
in interface CoordinateSystem
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3