public interface Locus extends Entity
| Modifier and Type | Method and Description |
|---|---|
Long |
getBpEnd() |
Long |
getBpStart() |
Chromosome |
getChromosome() |
Double |
getCM() |
String |
getSeq() |
String |
getSymbol() |
void |
setBpEnd(Long bpEnd) |
void |
setBpStart(Long bpStart) |
void |
setChromosome(Chromosome chromosome) |
void |
setCM(Double cM) |
void |
setSeq(String seq) |
void |
setSymbol(String symbol) |
get, getAttributeNames, getBoolean, getDate, getDouble, getEntities, getEntity, getEntityMetaData, getIdValue, getInt, getIntList, getLabelAttributeNames, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, set, set, setChromosome getChromosome()
void setChromosome(Chromosome chromosome)
Double getCM()
void setCM(Double cM)
Long getBpStart()
void setBpStart(Long bpStart)
Long getBpEnd()
void setBpEnd(Long bpEnd)
String getSeq()
void setSeq(String seq)
String getSymbol()
void setSymbol(String symbol)
Copyright © 2014. All Rights Reserved.