@Entity public class Variant extends ObservationTarget implements Entity, Locus
| Modifier and Type | Field and Description |
|---|---|
static String |
AANOTATION |
static String |
AAPOSITION |
static String |
BPEND |
static String |
BPSTART |
static String |
CDNANOTATION |
static String |
CDNAPOSITION |
static String |
CHROMOSOME |
static String |
CM |
static String |
CODONCHANGE |
static String |
CONSEQUENCE |
static String |
DETAILSFORMUTATION |
static String |
EFFECTONSPLICING |
static String |
ENTITY_NAME |
static String |
EVENT |
static String |
EXON |
static String |
GDNANOTATION |
static String |
GENE |
static String |
ID |
static String |
IDMUTATION |
static String |
INHERITANCE |
static String |
MUTATIONPOSITION |
static String |
NTCHANGE |
static String |
PATHOGENICITY |
static String |
REPORTEDSNP |
static String |
SEQ |
static String |
SYMBOL |
static String |
TRACK |
static String |
VARIANTLENGTH |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Variant() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
String |
getAaNotation()
Get the .
|
Integer |
getAaPosition()
Get the .
|
Iterable<String> |
getAttributeNames() |
Long |
getBpEnd()
Get the numeric basepair postion (3') on the chromosome.
|
Long |
getBpStart()
Get the numeric basepair postion (5') on the chromosome.
|
String |
getCdnaNotation()
Get the .
|
Integer |
getCdnaPosition()
Get the .
|
Chromosome |
getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Double |
getCM()
Get the genetic map position in centi morgan (cM)..
|
String |
getCodonchange()
Get the .
|
String |
getConsequence()
Get the .
|
String |
getDetailsForMutation()
Get the .
|
Boolean |
getEffectOnSplicing()
Get the .
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
String |
getEvent()
Get the .
|
String |
getExon()
Get the .
|
String |
getGdnaNotation()
Get the .
|
String |
getGene()
Get the .
|
Integer |
getIdMutation()
Get the .
|
Integer |
getIdValue() |
String |
getInheritance()
Get the .
|
List<String> |
getLabelAttributeNames() |
Integer |
getMutationPosition()
Get the .
|
String |
getNtChange()
Get the .
|
String |
getPathogenicity()
Get the .
|
Boolean |
getReportedSNP()
Get the .
|
String |
getSeq()
Get the The FASTA text representation of the sequence..
|
String |
getSymbol()
Get the todo.
|
Track |
getTrack()
Get the .
|
Integer |
getVariantLength()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setAaNotation(String aaNotation)
Set the .
|
void |
setAaPosition(Integer aaPosition)
Set the .
|
void |
setBpEnd(Long bpEnd)
Set the numeric basepair postion (3') on the chromosome.
|
void |
setBpStart(Long bpStart)
Set the numeric basepair postion (5') on the chromosome.
|
void |
setCdnaNotation(String cdnaNotation)
Set the .
|
void |
setCdnaPosition(Integer cdnaPosition)
Set the .
|
void |
setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
void |
setCM(Double cM)
Set the genetic map position in centi morgan (cM)..
|
void |
setCodonchange(String codonchange)
Set the .
|
void |
setConsequence(String consequence)
Set the .
|
void |
setDetailsForMutation(String detailsForMutation)
Set the .
|
void |
setEffectOnSplicing(Boolean effectOnSplicing)
Set the .
|
void |
setEvent(String event)
Set the .
|
void |
setExon(String exon)
Set the .
|
void |
setGdnaNotation(String gdnaNotation)
Set the .
|
void |
setGene(String gene)
Set the .
|
void |
setIdMutation(Integer idMutation)
Set the .
|
void |
setInheritance(String inheritance)
Set the .
|
void |
setMutationPosition(Integer mutationPosition)
Set the .
|
void |
setNtChange(String ntChange)
Set the .
|
void |
setPathogenicity(String pathogenicity)
Set the .
|
void |
setReportedSNP(Boolean reportedSNP)
Set the .
|
void |
setSeq(String seq)
Set the The FASTA text representation of the sequence..
|
void |
setSymbol(String symbol)
Set the todo.
|
void |
setTrack(Track track)
Set the .
|
void |
setVariantLength(Integer variantLength)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getDescription, getId, getIdentifier, getName, getValueMrefValueCollection, set__Type, setDescription, setId, setIdentifier, setName, setValueMrefValueCollectiongetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String CHROMOSOME
public static final String CM
public static final String BPSTART
public static final String BPEND
public static final String SEQ
public static final String SYMBOL
public static final String MUTATIONPOSITION
public static final String CDNAPOSITION
public static final String AAPOSITION
public static final String VARIANTLENGTH
public static final String EVENT
public static final String NTCHANGE
public static final String CODONCHANGE
public static final String CDNANOTATION
public static final String GDNANOTATION
public static final String AANOTATION
public static final String EXON
public static final String CONSEQUENCE
public static final String INHERITANCE
public static final String REPORTEDSNP
public static final String EFFECTONSPLICING
public static final String PATHOGENICITY
public static final String GENE
public static final String IDMUTATION
public static final String DETAILSFORMUTATION
public static final String TRACK
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic Chromosome getChromosome()
getChromosome in interface Locuspublic void setChromosome(Chromosome chromosome)
setChromosome in interface Locuschromosome - public Double getCM()
public void setCM(Double cM)
public Long getBpStart()
getBpStart in interface Locuspublic void setBpStart(Long bpStart)
setBpStart in interface LocusbpStart - public Long getBpEnd()
public void setBpEnd(Long bpEnd)
public String getSeq()
public void setSeq(String seq)
public String getSymbol()
public void setSymbol(String symbol)
public Integer getMutationPosition()
public void setMutationPosition(Integer mutationPosition)
mutationPosition - public Integer getCdnaPosition()
public void setCdnaPosition(Integer cdnaPosition)
cdnaPosition - public Integer getAaPosition()
public void setAaPosition(Integer aaPosition)
aaPosition - public Integer getVariantLength()
public void setVariantLength(Integer variantLength)
variantLength - public String getEvent()
public void setEvent(String event)
event - public String getNtChange()
public void setNtChange(String ntChange)
ntChange - public String getCodonchange()
public void setCodonchange(String codonchange)
codonchange - public String getCdnaNotation()
public void setCdnaNotation(String cdnaNotation)
cdnaNotation - public String getGdnaNotation()
public void setGdnaNotation(String gdnaNotation)
gdnaNotation - public String getAaNotation()
public void setAaNotation(String aaNotation)
aaNotation - public String getExon()
public void setExon(String exon)
exon - public String getConsequence()
public void setConsequence(String consequence)
consequence - public String getInheritance()
public void setInheritance(String inheritance)
inheritance - public Boolean getReportedSNP()
public void setReportedSNP(Boolean reportedSNP)
reportedSNP - public Boolean getEffectOnSplicing()
public void setEffectOnSplicing(Boolean effectOnSplicing)
effectOnSplicing - public String getPathogenicity()
public void setPathogenicity(String pathogenicity)
pathogenicity - public String getGene()
public void setGene(String gene)
gene - public Integer getIdMutation()
public void setIdMutation(Integer idMutation)
idMutation - public String getDetailsForMutation()
public void setDetailsForMutation(String detailsForMutation)
detailsForMutation - public Track getTrack()
public void setTrack(Track track)
track - public Object get(String name)
get in interface Entityget in class ObservationTargetpublic void set(Entity entity, boolean strict)
set in interface Entityset in class ObservationTargetpublic String toString()
toString in class ObservationTargetpublic String toString(boolean verbose)
toString in class ObservationTargetpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class ObservationTargetpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class ObservationTargetpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class ObservationTargetpublic void set(String attributeName, Object value)
set in interface Entityset in class ObservationTargetpublic boolean equals(Object obj)
equals in class ObservationTargetpublic int hashCode()
hashCode in class ObservationTargetpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class ObservationTargetCopyright © 2014. All Rights Reserved.