public class GeneNetworkScore extends StaticEntity
| Modifier and Type | Field and Description |
|---|---|
String |
ensemblId |
String |
hpo |
String |
hugo |
String |
id |
Double |
score |
| Constructor and Description |
|---|
GeneNetworkScore(Entity entity) |
GeneNetworkScore(EntityType entityType) |
GeneNetworkScore(String id,
EntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnsemblId() |
String |
getHpo() |
String |
getHugo() |
String |
getId() |
Double |
getScore() |
void |
setEnsemblId(String ensemblId) |
void |
setHpo(String hpo) |
void |
setHugo(String hugo) |
void |
setId(String id) |
void |
setScore(Double score) |
get, getAttributeNames, getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInt, getLabelValue, getLong, getString, getTimestamp, getUtilDate, init, set, set, setIdValue, toStringpublic String ensemblId
public String hpo
public Double score
public String id
public String hugo
public GeneNetworkScore(Entity entity)
public GeneNetworkScore(EntityType entityType)
public GeneNetworkScore(String id, EntityType entityType)
public String getEnsemblId()
public void setEnsemblId(String ensemblId)
public String getHpo()
public void setHpo(String hpo)
public Double getScore()
public void setScore(Double score)
public String getId()
public void setId(String id)
public String getHugo()
public void setHugo(String hugo)
Copyright © 2016. All Rights Reserved.