|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.NodeSQL.ResolveNodesResultImpl
public static class NodeSQL.ResolveNodesResultImpl
Default implementation of ResolveNodesResult
| Field Summary | |
|---|---|
long |
node_id
Value for the "node_id" result value |
java.lang.String |
value
Value for the "value" result value |
| Constructor Summary | |
|---|---|
NodeSQL.ResolveNodesResultImpl()
|
|
| Method Summary | |
|---|---|
long |
getNode_id()
Get the "Node_id" result value |
java.lang.String |
getValue()
Get the "Value" result value |
void |
setNode_id(long node_id)
Set the "Node_id" result value |
void |
setValue(java.lang.String value)
Set the "Value" result value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long node_id
public java.lang.String value
| Constructor Detail |
|---|
public NodeSQL.ResolveNodesResultImpl()
| Method Detail |
|---|
public long getNode_id()
NodeSQL.ResolveNodesResult
getNode_id in interface NodeSQL.ResolveNodesResultpublic void setNode_id(long node_id)
NodeSQL.ResolveNodesResult
setNode_id in interface NodeSQL.ResolveNodesResultnode_id - the "Node_id" result valuepublic java.lang.String getValue()
NodeSQL.ResolveNodesResult
getValue in interface NodeSQL.ResolveNodesResultpublic void setValue(java.lang.String value)
NodeSQL.ResolveNodesResult
setValue in interface NodeSQL.ResolveNodesResultvalue - the "Value" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||