org.openanzo.common.rdb.sql
Class NodeSQL.ResolveNodesResultImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.NodeSQL.ResolveNodesResultImpl
All Implemented Interfaces:
NodeSQL.ResolveNodesResult
Enclosing class:
NodeSQL

public static class NodeSQL.ResolveNodesResultImpl
extends java.lang.Object
implements NodeSQL.ResolveNodesResult

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

node_id

public long node_id
Value for the "node_id" result value


value

public java.lang.String value
Value for the "value" result value

Constructor Detail

NodeSQL.ResolveNodesResultImpl

public NodeSQL.ResolveNodesResultImpl()
Method Detail

getNode_id

public long getNode_id()
Description copied from interface: NodeSQL.ResolveNodesResult
Get the "Node_id" result value

Specified by:
getNode_id in interface NodeSQL.ResolveNodesResult
Returns:
the "Node_id" result value

setNode_id

public void setNode_id(long node_id)
Description copied from interface: NodeSQL.ResolveNodesResult
Set the "Node_id" result value

Specified by:
setNode_id in interface NodeSQL.ResolveNodesResult
Parameters:
node_id - the "Node_id" result value

getValue

public java.lang.String getValue()
Description copied from interface: NodeSQL.ResolveNodesResult
Get the "Value" result value

Specified by:
getValue in interface NodeSQL.ResolveNodesResult
Returns:
the "Value" result value

setValue

public void setValue(java.lang.String value)
Description copied from interface: NodeSQL.ResolveNodesResult
Set the "Value" result value

Specified by:
setValue in interface NodeSQL.ResolveNodesResult
Parameters:
value - the "Value" result value


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.