public class SNP_Polymorphism extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTOID |
static String |
ENTITY_NAME |
static String |
POLYMORPHISM |
static String |
SNP |
| Constructor and Description |
|---|
SNP_Polymorphism() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
Integer |
getAutoid()
Get the automatic id field to ensure ordering of mrefs.
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Polymorphism |
getPolymorphism()
Get the .
|
SNP |
getSNP()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setAutoid(Integer autoid)
Set the automatic id field to ensure ordering of mrefs.
|
void |
setPolymorphism(Polymorphism polymorphism)
Set the .
|
void |
setSNP(SNP sNP)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, 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 AUTOID
public static final String POLYMORPHISM
public static final String SNP
public String getEntityName()
public Integer getAutoid()
public void setAutoid(Integer autoid)
autoid - public Polymorphism getPolymorphism()
public void setPolymorphism(Polymorphism polymorphism)
polymorphism - public SNP getSNP()
public void setSNP(SNP sNP)
sNP - public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.