|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.dao.TrivialMetabolite
public class TrivialMetabolite
contains the information of trivial metabolites that have highly connections
| Field Summary | |
|---|---|
(package private) java.lang.Integer |
degree
the degree of the entity |
(package private) java.lang.Integer |
entityId
the entityid of the entity |
(package private) java.lang.String |
name
the name of the entity |
| Constructor Summary | |
|---|---|
TrivialMetabolite()
default constructor |
|
TrivialMetabolite(java.lang.Integer entityId,
java.lang.String name,
java.lang.Integer degree)
default constructor |
|
TrivialMetabolite(int entityId,
java.lang.String name,
int degree)
default constructor |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getDegree()
|
java.lang.Integer |
getEntityId()
|
java.lang.String |
getName()
|
void |
setDegree(int degree)
|
void |
setDegree(java.lang.Integer degree)
|
void |
setEntityId(int entityId)
|
void |
setEntityId(java.lang.Integer entityId)
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.Integer entityId
java.lang.String name
java.lang.Integer degree
| Constructor Detail |
|---|
public TrivialMetabolite()
public TrivialMetabolite(java.lang.Integer entityId,
java.lang.String name,
java.lang.Integer degree)
entityId - the entity idname - the name of the entitydegree - the degree of the entity
public TrivialMetabolite(int entityId,
java.lang.String name,
int degree)
entityId - the entity idname - the name of the entitydegree - the degree of the entity| Method Detail |
|---|
public java.lang.Integer getDegree()
public void setDegree(java.lang.Integer degree)
degree - the degree to setpublic void setDegree(int degree)
degree - the degree to setpublic java.lang.Integer getEntityId()
public void setEntityId(java.lang.Integer entityId)
entityId - the entityId to setpublic void setEntityId(int entityId)
entityId - the entityId to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||