Package ubic.gemma.model.genome
Class ChromosomeFeature
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.genome.ChromosomeFeature
-
- All Implemented Interfaces:
Describable
,Identifiable
- Direct Known Subclasses:
Gene
,GeneProduct
public abstract class ChromosomeFeature extends AbstractDescribable
Some part of a chromosome
-
-
Constructor Summary
Constructors Constructor Description ChromosomeFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalLocation
getPhysicalLocation()
String
getPreviousNcbiId()
void
setPhysicalLocation(PhysicalLocation physicalLocation)
void
setPreviousNcbiId(String previousNcbiId)
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toString
-
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
-
-
-
Method Detail
-
getPhysicalLocation
public PhysicalLocation getPhysicalLocation()
-
setPhysicalLocation
public void setPhysicalLocation(PhysicalLocation physicalLocation)
-
getPreviousNcbiId
public String getPreviousNcbiId()
- Returns:
- The last-used NCBI id for this feature, according to the history information provided by NCBI. This may be empty.
-
setPreviousNcbiId
public void setPreviousNcbiId(String previousNcbiId)
-
-