@Entity public class Patient extends Individual implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLELE1 |
static String |
ALLELE2 |
static String |
ENTITY_NAME |
static String |
ID |
static String |
PHENO |
static String |
PUBMEDID |
static String |
REFERENCE |
FATHER, MOTHER__TYPE, DESCRIPTION, IDENTIFIER, NAME| Constructor and Description |
|---|
Patient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Variant |
getAllele1()
Get the .
|
Variant |
getAllele2()
Get the .
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
String |
getPheno()
Get the .
|
String |
getPubMedID()
Get the .
|
String |
getReference()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setAllele1(Variant allele1)
Set the .
|
void |
setAllele2(Variant allele2)
Set the .
|
void |
setPheno(String pheno)
Set the .
|
void |
setPubMedID(String pubMedID)
Set the .
|
void |
setReference(String reference)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
getFather, getIndividualsPanelCollection, getMother, setFather, setIndividualsPanelCollection, setMotherget__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 ALLELE1
public static final String ALLELE2
public static final String PHENO
public static final String PUBMEDID
public static final String REFERENCE
public static final String ID
public String getEntityName()
getEntityName in class Individualpublic Variant getAllele1()
public void setAllele1(Variant allele1)
allele1 - public Variant getAllele2()
public void setAllele2(Variant allele2)
allele2 - public String getPheno()
public void setPheno(String pheno)
pheno - public String getPubMedID()
public void setPubMedID(String pubMedID)
pubMedID - public String getReference()
public void setReference(String reference)
reference - public Object get(String name)
get in interface Entityget in class Individualpublic void set(Entity entity, boolean strict)
set in interface Entityset in class Individualpublic String toString()
toString in class Individualpublic String toString(boolean verbose)
toString in class Individualpublic Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Individualpublic Iterable<String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Individualpublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Individualpublic void set(String attributeName, Object value)
set in interface Entityset in class Individualpublic boolean equals(Object obj)
equals in class Individualpublic int hashCode()
hashCode in class Individualpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class IndividualCopyright © 2014. All Rights Reserved.