@Entity public class SNP extends Marker implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
POLYMORPHISM |
static String |
STATUS |
BPEND, BPSTART, CHROMOSOME, CM, REPORTSFOR, SEQ, SYMBOL__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
SNP() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
List<Polymorphism> |
getPolymorphism()
Get the The polymorphism that belongs to this SNP..
|
String |
getStatus()
Get the The status of this SNP, eg 'confirmed'..
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setPolymorphism(List<Polymorphism> polymorphism)
Set the The polymorphism that belongs to this SNP..
|
void |
setStatus(String status)
Set the The status of this SNP, eg 'confirmed'..
|
String |
toString() |
String |
toString(boolean verbose) |
getBpEnd, getBpStart, getChromosome, getCM, getReportsFor, getReportsForMarkerCollection, getSeq, getSymbol, setBpEnd, setBpStart, setChromosome, setCM, setReportsFor, setReportsForMarkerCollection, setSeq, setSymbolget__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 STATUS
public static final String POLYMORPHISM
public static final String ID
public String getEntityName()
getEntityName in class Markerpublic String getStatus()
public void setStatus(String status)
status - public List<Polymorphism> getPolymorphism()
public void setPolymorphism(List<Polymorphism> polymorphism)
polymorphism - public void set(Entity entity, boolean strict)
public Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Markerpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Markerpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Markerpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class MarkerCopyright © 2014. All Rights Reserved.