|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.dao.CategoryNode
public class CategoryNode
store the node in category graph
| Field Summary | |
|---|---|
(package private) java.lang.Integer |
classId
class id if this is a class |
(package private) java.lang.String |
name
class name or pathway name |
(package private) java.lang.Integer |
pbid
blockid of the pathway if this is a pathway |
(package private) java.lang.Integer |
recordId
unique id in the graph |
(package private) java.lang.String |
type
type, either class or pathway, we will not inherit the node type any more |
| Constructor Summary | |
|---|---|
CategoryNode(java.lang.Integer recordId,
java.lang.String type)
default constructor |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getClassId()
|
java.lang.String |
getName()
|
java.lang.Integer |
getPbid()
|
java.lang.Integer |
getRecordId()
|
java.lang.String |
getType()
|
void |
setClassId(java.lang.Integer classId)
|
void |
setName(java.lang.String name)
|
void |
setPbid(java.lang.Integer pbid)
|
void |
setRecordId(java.lang.Integer recordId)
|
void |
setType(java.lang.String type)
|
java.lang.String |
toString()
control the representation in the graph |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
java.lang.Integer recordId
java.lang.Integer classId
java.lang.Integer pbid
java.lang.String type
java.lang.String name
| Constructor Detail |
|---|
public CategoryNode(java.lang.Integer recordId,
java.lang.String type)
recordId - unique id in the category graph| Method Detail |
|---|
public java.lang.Integer getClassId()
public void setClassId(java.lang.Integer classId)
classId - the classId to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.Integer getPbid()
public void setPbid(java.lang.Integer pbid)
pbid - the pbid to setpublic java.lang.Integer getRecordId()
public void setRecordId(java.lang.Integer recordId)
recordId - the recordId to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||