@Entity public class Variant extends ObservationTarget implements 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 |
CHROMOSOME_IDENTIFIER |
static String |
CM |
static String |
CODONCHANGE |
static String |
CONSEQUENCE |
static String |
DESCRIPTION |
static String |
DETAILSFORMUTATION |
static String |
EFFECTONSPLICING |
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 |
TRACK_IDENTIFIER |
static String |
VARIANTLENGTH |
__TYPE, IDENTIFIER, NAME| Constructor and Description |
|---|
Variant() |
Variant(Variant copyMe)
copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
Variant |
create(Entity entity) |
boolean |
equals(Object obj) |
static List<? extends Variant> |
find(Database db,
QueryRule... rules)
Shorthand for db.find(Variant.class, org.molgenis.framework.db.QueryRule ...
|
static Variant |
findById(Database db,
Integer id) |
static Variant |
findByIdentifier(Database db,
String identifier) |
Object |
get(String name)
Generic getter.
|
String |
getAaNotation()
Get the AaNotation.
|
String |
getAaNotation(Database db)
Deprecated.
|
Integer |
getAaPosition()
Get the AaPosition.
|
Integer |
getAaPosition(Database db)
Deprecated.
|
Long |
getBpEnd()
Get the numeric basepair postion (3') on the chromosome.
|
Long |
getBpEnd(Database db)
Deprecated.
|
Long |
getBpStart()
Get the numeric basepair postion (5') on the chromosome.
|
Long |
getBpStart(Database db)
Deprecated.
|
String |
getCdnaNotation()
Get the CdnaNotation.
|
String |
getCdnaNotation(Database db)
Deprecated.
|
Integer |
getCdnaPosition()
Get the CdnaPosition.
|
Integer |
getCdnaPosition(Database db)
Deprecated.
|
Integer |
getChromosome_Id() |
String |
getChromosome_Identifier()
Get a pretty label Identifier for cross reference Chromosome to Chromosome.Id.
|
Chromosome |
getChromosome()
Get the Reference to the chromosome this position belongs to..
|
Chromosome |
getChromosome(Database db)
Deprecated.
|
Double |
getCM()
Get the genetic map position in centi morgan (cM)..
|
Double |
getCM(Database db)
Deprecated.
|
String |
getCodonchange()
Get the Codonchange.
|
String |
getCodonchange(Database db)
Deprecated.
|
String |
getConsequence()
Get the Consequence.
|
String |
getConsequence(Database db)
Deprecated.
|
String |
getDescription()
Get the Description.
|
String |
getDescription(Database db)
Deprecated.
|
String |
getDetailsForMutation()
Get the DetailsForMutation.
|
String |
getDetailsForMutation(Database db)
Deprecated.
|
Boolean |
getEffectOnSplicing()
Get the EffectOnSplicing.
|
Boolean |
getEffectOnSplicing(Database db)
Deprecated.
|
String |
getEvent()
Get the Event.
|
String |
getEvent(Database db)
Deprecated.
|
String |
getExon()
Get the Exon.
|
String |
getExon(Database db)
Deprecated.
|
Vector<String> |
getFields() |
Vector<String> |
getFields(boolean skipAutoIds)
Get the names of all public properties of Variant.
|
String |
getFields(String sep)
Deprecated.
|
String |
getGdnaNotation()
Get the GdnaNotation.
|
String |
getGdnaNotation(Database db)
Deprecated.
|
String |
getGene()
Get the Gene.
|
String |
getGene(Database db)
Deprecated.
|
String |
getIdField() |
Integer |
getIdMutation()
Get the IdMutation.
|
Integer |
getIdMutation(Database db)
Deprecated.
|
Object |
getIdValue() |
String |
getInheritance()
Get the Inheritance.
|
String |
getInheritance(Database db)
Deprecated.
|
List<String> |
getLabelFields() |
Integer |
getMutationPosition()
Get the MutationPosition.
|
Integer |
getMutationPosition(Database db)
Deprecated.
|
String |
getNtChange()
Get the NtChange.
|
String |
getNtChange(Database db)
Deprecated.
|
String |
getPathogenicity()
Get the Pathogenicity.
|
String |
getPathogenicity(Database db)
Deprecated.
|
Boolean |
getReportedSNP()
Get the ReportedSNP.
|
Boolean |
getReportedSNP(Database db)
Deprecated.
|
String |
getSeq()
Get the The FASTA text representation of the sequence..
|
String |
getSeq(Database db)
Deprecated.
|
String |
getSymbol()
Get the todo.
|
String |
getSymbol(Database db)
Deprecated.
|
Integer |
getTrack_Id() |
String |
getTrack_Identifier()
Get a pretty label Identifier for cross reference Track to Track.Id.
|
Track |
getTrack()
Get the Track.
|
Track |
getTrack(Database db)
Deprecated.
|
String |
getValues(String sep)
Deprecated.
|
Integer |
getVariantLength()
Get the VariantLength.
|
Integer |
getVariantLength(Database db)
Deprecated.
|
String |
getXrefIdFieldName(String fieldName) |
int |
hashCode() |
static Query<? extends Variant> |
query(Database db)
Shorthand for db.query(Variant.class).
|
void |
set(Entity entity,
boolean strict) |
void |
setAaNotation(String aaNotation)
Set the AaNotation.
|
void |
setAaPosition(Integer aaPosition)
Set the AaPosition.
|
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 CdnaNotation.
|
void |
setCdnaPosition(Integer cdnaPosition)
Set the CdnaPosition.
|
void |
setChromosome_Id(Integer chromosome_id)
Set foreign key for field chromosome.
|
void |
setChromosome_Identifier(String chromosome_Identifier)
Set a pretty label for cross reference Chromosome to Chromosome.Id.
|
void |
setChromosome(Chromosome chromosome)
Set the Reference to the chromosome this position belongs to..
|
void |
setChromosome(Integer chromosome_id) |
void |
setCM(Double cM)
Set the genetic map position in centi morgan (cM)..
|
void |
setCodonchange(String codonchange)
Set the Codonchange.
|
void |
setConsequence(String consequence)
Set the Consequence.
|
void |
setDescription(String description)
Set the Description.
|
void |
setDetailsForMutation(String detailsForMutation)
Set the DetailsForMutation.
|
void |
setEffectOnSplicing(Boolean effectOnSplicing)
Set the EffectOnSplicing.
|
void |
setEvent(String event)
Set the Event.
|
void |
setExon(String exon)
Set the Exon.
|
void |
setGdnaNotation(String gdnaNotation)
Set the GdnaNotation.
|
void |
setGene(String gene)
Set the Gene.
|
void |
setIdMutation(Integer idMutation)
Set the IdMutation.
|
void |
setInheritance(String inheritance)
Set the Inheritance.
|
void |
setMutationPosition(Integer mutationPosition)
Set the MutationPosition.
|
void |
setNtChange(String ntChange)
Set the NtChange.
|
void |
setPathogenicity(String pathogenicity)
Set the Pathogenicity.
|
void |
setReportedSNP(Boolean reportedSNP)
Set the ReportedSNP.
|
void |
setSeq(String seq)
Set the The FASTA text representation of the sequence..
|
void |
setSymbol(String symbol)
Set the todo.
|
void |
setTrack_Id(Integer track_id)
Set foreign key for field track.
|
void |
setTrack_Identifier(String track_Identifier)
Set a pretty label for cross reference Track to Track.Id.
|
void |
setTrack(Integer track_id) |
void |
setTrack(Track track)
Set the Track.
|
void |
setVariantLength(Integer variantLength)
Set the VariantLength.
|
String |
toString() |
String |
toString(boolean verbose) |
void |
validate() |
get__Type, get__Type, get__TypeLabel, get__TypeOptions, getId, getIdentifier, getIdentifier, getName, getName, getValueMrefValueCollection, getValueMrefValueCollection, set__Type, setId, setIdentifier, setName, setValueMrefValueCollectiongetLabelValue, getValues, isObjectRepresentation, isReadonly, set, set, setReadonly, setValuesFromString, string2dateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLabelValue, getValues, isReadonly, set, set, setReadonlypublic static final String CHROMOSOME
public static final String CHROMOSOME_IDENTIFIER
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 DESCRIPTION
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 TRACK_IDENTIFIER
public static final String ID
public static Query<? extends Variant> query(Database db)
public static List<? extends Variant> find(Database db, QueryRule... rules) throws DatabaseException
DatabaseExceptionpublic static Variant findById(Database db, Integer id) throws DatabaseException
DatabaseExceptionpublic static Variant findByIdentifier(Database db, String identifier) throws DatabaseException
DatabaseExceptionpublic Chromosome getChromosome()
getChromosome in interface Locus@Deprecated public Chromosome getChromosome(Database db)
public void setChromosome(Chromosome chromosome)
setChromosome in interface Locuschromosome - public void setChromosome_Id(Integer chromosome_id)
setChromosome_Id in interface Locuspublic void setChromosome(Integer chromosome_id)
public Integer getChromosome_Id()
getChromosome_Id in interface Locuspublic String getChromosome_Identifier()
getChromosome_Identifier in interface Locuspublic void setChromosome_Identifier(String chromosome_Identifier)
setChromosome_Identifier in interface Locuspublic Double getCM()
@Deprecated public Double getCM(Database db)
public void setCM(Double cM)
public Long getBpStart()
getBpStart in interface Locus@Deprecated public Long getBpStart(Database db)
public void setBpStart(Long bpStart)
setBpStart in interface LocusbpStart - public Long getBpEnd()
@Deprecated public Long getBpEnd(Database db)
public void setBpEnd(Long bpEnd)
public String getSeq()
@Deprecated public String getSeq(Database db)
public void setSeq(String seq)
public String getSymbol()
@Deprecated public String getSymbol(Database db)
public void setSymbol(String symbol)
public Integer getMutationPosition()
@Deprecated public Integer getMutationPosition(Database db)
public void setMutationPosition(Integer mutationPosition)
mutationPosition - public Integer getCdnaPosition()
@Deprecated public Integer getCdnaPosition(Database db)
public void setCdnaPosition(Integer cdnaPosition)
cdnaPosition - public Integer getAaPosition()
@Deprecated public Integer getAaPosition(Database db)
public void setAaPosition(Integer aaPosition)
aaPosition - public Integer getVariantLength()
@Deprecated public Integer getVariantLength(Database db)
public void setVariantLength(Integer variantLength)
variantLength - public String getEvent()
@Deprecated public String getEvent(Database db)
public void setEvent(String event)
event - public String getDescription()
getDescription in class Characteristic@Deprecated public String getDescription(Database db)
getDescription in class Characteristicpublic void setDescription(String description)
setDescription in class Characteristicdescription - public String getNtChange()
@Deprecated public String getNtChange(Database db)
public void setNtChange(String ntChange)
ntChange - public String getCodonchange()
@Deprecated public String getCodonchange(Database db)
public void setCodonchange(String codonchange)
codonchange - public String getCdnaNotation()
@Deprecated public String getCdnaNotation(Database db)
public void setCdnaNotation(String cdnaNotation)
cdnaNotation - public String getGdnaNotation()
@Deprecated public String getGdnaNotation(Database db)
public void setGdnaNotation(String gdnaNotation)
gdnaNotation - public String getAaNotation()
@Deprecated public String getAaNotation(Database db)
public void setAaNotation(String aaNotation)
aaNotation - public String getExon()
@Deprecated public String getExon(Database db)
public void setExon(String exon)
exon - public String getConsequence()
@Deprecated public String getConsequence(Database db)
public void setConsequence(String consequence)
consequence - public String getInheritance()
@Deprecated public String getInheritance(Database db)
public void setInheritance(String inheritance)
inheritance - public Boolean getReportedSNP()
@Deprecated public Boolean getReportedSNP(Database db)
public void setReportedSNP(Boolean reportedSNP)
reportedSNP - public Boolean getEffectOnSplicing()
@Deprecated public Boolean getEffectOnSplicing(Database db)
public void setEffectOnSplicing(Boolean effectOnSplicing)
effectOnSplicing - public String getPathogenicity()
@Deprecated public String getPathogenicity(Database db)
public void setPathogenicity(String pathogenicity)
pathogenicity - public String getGene()
@Deprecated public String getGene(Database db)
public void setGene(String gene)
gene - public Integer getIdMutation()
@Deprecated public Integer getIdMutation(Database db)
public void setIdMutation(Integer idMutation)
idMutation - public String getDetailsForMutation()
@Deprecated public String getDetailsForMutation(Database db)
public void setDetailsForMutation(String detailsForMutation)
detailsForMutation - public Track getTrack()
@Deprecated public Track getTrack(Database db)
public void setTrack(Track track)
track - public void setTrack_Id(Integer track_id)
public void setTrack(Integer track_id)
public Integer getTrack_Id()
public String getTrack_Identifier()
public void setTrack_Identifier(String track_Identifier)
public Object get(String name)
get in interface Entityget in class ObservationTargetpublic void validate()
throws DatabaseException
validate in interface Entityvalidate in class ObservationTargetDatabaseExceptionpublic void set(Entity entity, boolean strict) throws Exception
set in interface Entityset in class ObservationTargetExceptionpublic String toString()
toString in class ObservationTargetpublic String toString(boolean verbose)
toString in class ObservationTargetpublic Vector<String> getFields(boolean skipAutoIds)
getFields in interface EntitygetFields in class ObservationTargetpublic Vector<String> getFields()
getFields in interface EntitygetFields in class ObservationTargetpublic String getIdField()
getIdField in interface EntitygetIdField in class ObservationTargetpublic List<String> getLabelFields()
getLabelFields in interface EntitygetLabelFields in class ObservationTarget@Deprecated public String getFields(String sep)
getFields in interface EntitygetFields in class ObservationTargetpublic Object getIdValue()
getIdValue in interface EntitygetIdValue in class ObservationTargetpublic String getXrefIdFieldName(String fieldName)
getXrefIdFieldName in interface EntitygetXrefIdFieldName in class ObservationTarget@Deprecated public String getValues(String sep)
getValues in interface EntitygetValues in class ObservationTargetpublic Variant create(Entity entity) throws Exception
create in interface Entitycreate in class ObservationTargetExceptionpublic boolean equals(Object obj)
equals in class ObservationTargetpublic int hashCode()
hashCode in class ObservationTargetCopyright © 2013. All Rights Reserved.