public abstract class DACoreObject extends DAObject implements CoreObject, StableID
DAObject.DAComparator
Modifier and Type | Field and Description |
---|---|
protected HashMap<EnsemblComparaDivision,DAOComparaFactory> |
comparaFactories |
protected Date |
creationDate |
protected Date |
modificationDate |
protected Species |
species |
protected String |
stableID |
protected Integer |
version |
daComparator, daoFactory, dbVersion, id, registry, schemaVersion
Constructor and Description |
---|
DACoreObject() |
DACoreObject(DAOCoreFactory factory) |
Modifier and Type | Method and Description |
---|---|
String |
getAssembly() |
EnsemblComparaDivision |
getComparaDivision() |
DAOComparaFactory |
getComparaFactory() |
DAOComparaFactory |
getComparaFactory(EnsemblComparaDivision comparaDivision) |
Date |
getCreationDate() |
DAOCoreFactory |
getDaoFactory() |
Date |
getModificationDate() |
Species |
getSpecies() |
String |
getStableID() |
Integer |
getVersion() |
void |
setCreationDate(Date creationDate) |
void |
setDBVersion(String version) |
void |
setModificationDate(Date modificationDate) |
void |
setSpecies(Species species) |
void |
setStableID(String stableID) |
void |
setVersion(Integer version) |
getDBVersion, getHashID, getId, getRegistry, getSchemaVersion, isLazyloadAllowed, setDaoFactory, setId, setLazyloadAllowed, setRegistry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDBVersion, getHashID, getId, getSchemaVersion, getType, setId
protected Date modificationDate
protected Date creationDate
protected HashMap<EnsemblComparaDivision,DAOComparaFactory> comparaFactories
public DACoreObject()
public DACoreObject(DAOCoreFactory factory)
public DAOCoreFactory getDaoFactory()
getDaoFactory
in class DAObject
public Species getSpecies()
getSpecies
in interface CoreObject
public void setSpecies(Species species)
setSpecies
in interface CoreObject
public DAOComparaFactory getComparaFactory(EnsemblComparaDivision comparaDivision)
public EnsemblComparaDivision getComparaDivision()
public DAOComparaFactory getComparaFactory()
public void setDBVersion(String version)
public String getAssembly()
getAssembly
in interface CoreObject
public Date getCreationDate()
getCreationDate
in interface StableID
public void setCreationDate(Date creationDate)
setCreationDate
in interface StableID
public Date getModificationDate()
getModificationDate
in interface StableID
public void setModificationDate(Date modificationDate)
setModificationDate
in interface StableID
public String getStableID()
getStableID
in interface StableID
public void setStableID(String stableID)
setStableID
in interface StableID
public Integer getVersion()
getVersion
in interface StableID
public void setVersion(Integer version)
setVersion
in interface StableID
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3