|
Ensembl Datasource Aware Module v1.09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.roslin.ensembl.datasourceaware.core.DACoordinateSystem
public class DACoordinateSystem
Field Summary | |
---|---|
protected Boolean |
defaultVersion
|
protected Integer |
id
|
protected Integer |
rank
|
protected Boolean |
sequenceLevel
|
protected Integer |
speciesID
|
protected uk.ac.roslin.ensembl.config.EnsemblCoordSystemType |
type
|
protected String |
version
|
Constructor Summary | |
---|---|
DACoordinateSystem()
|
Method Summary | |
---|---|
Integer |
getId()
Get the value of id |
Integer |
getRank()
Get the value of rank |
Integer |
getSpeciesID()
Get the value of speciesID |
uk.ac.roslin.ensembl.config.EnsemblCoordSystemType |
getType()
Get the value of type |
String |
getVersion()
Get the value of version |
Boolean |
isDefaultVersion()
|
Boolean |
isSequenceLevel()
|
Boolean |
isTopLevel()
|
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 |
setType(uk.ac.roslin.ensembl.model.core.CoordSystemType type)
Set the value of type |
void |
setVersion(String version)
Set the value of version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Integer id
protected Integer speciesID
protected uk.ac.roslin.ensembl.config.EnsemblCoordSystemType type
protected Integer rank
protected String version
protected Boolean defaultVersion
protected Boolean sequenceLevel
Constructor Detail |
---|
public DACoordinateSystem()
Method Detail |
---|
public Boolean isTopLevel()
isTopLevel
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public Integer getSpeciesID()
getSpeciesID
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public void setSpeciesID(Integer speciesID)
setSpeciesID
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
speciesID
- new value of speciesIDpublic Integer getId()
getId
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public void setId(Integer id)
setId
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
id
- new value of idpublic uk.ac.roslin.ensembl.config.EnsemblCoordSystemType getType()
getType
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public void setType(uk.ac.roslin.ensembl.model.core.CoordSystemType type)
setType
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
type
- new value of typepublic String getVersion()
getVersion
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public void setVersion(String version)
setVersion
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
version
- new value of versionpublic Integer getRank()
getRank
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public void setRank(Integer rank)
setRank
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
rank
- new value of rankpublic Boolean isDefaultVersion()
isDefaultVersion
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public void setDefaultVersion(Boolean defaultVersion)
setDefaultVersion
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public Boolean isSequenceLevel()
isSequenceLevel
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
public void setSequenceLevel(Boolean sequenceLevel)
setSequenceLevel
in interface uk.ac.roslin.ensembl.model.core.CoordinateSystem
|
Ensembl Datasource Aware Module v1.09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |