@Entity public class Polymorphism extends ObservationTarget implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE |
static String |
ENTITY_NAME |
static String |
ID |
static String |
VALUE |
__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Polymorphism() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
String |
getBase()
Get the The affected DNA base.
|
String |
getBaseLabel()
Get tha label for enum Base.
|
List<ValueLabel> |
getBaseOptions()
Base is enum.
|
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
Collection<SNP> |
getPolymorphismSNPCollection() |
String |
getValue()
Get the The strain/genotype for which this polymorphism was discovered.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setBase(String base)
Set the The affected DNA base.
|
void |
setPolymorphismSNPCollection(Collection<SNP> collection) |
void |
setValue(String value)
Set the The strain/genotype for which this polymorphism was discovered.
|
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 BASE
public static final String VALUE
public static final String ID
public String getEntityName()
getEntityName in class ObservationTargetpublic String getBase()
public void setBase(String base)
base - public String getBaseLabel()
public List<ValueLabel> getBaseOptions()
public String getValue()
public void setValue(String value)
value - 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 Collection<SNP> getPolymorphismSNPCollection()
public void setPolymorphismSNPCollection(Collection<SNP> collection)
public 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.