org.openanzo.common.rdb.sql
Interface NodeSQL.ResolveLiteralsResult

All Known Implementing Classes:
NodeSQL.ResolveLiteralsResultImpl
Enclosing class:
NodeSQL

public static interface NodeSQL.ResolveLiteralsResult

Interface for holding the results of the resolveLiterals prepared statement.


Method Summary
 java.lang.Long getModifier_id()
          Get the "Modifier_id" result value
 long getNode_id()
          Get the "Node_id" result value
 java.lang.String getValue()
          Get the "Value" result value
 void setModifier_id(java.lang.Long modifier_id)
          Set the "Modifier_id" 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
 

Method Detail

getNode_id

long getNode_id()
                throws RdbException
Get the "Node_id" result value

Returns:
the "Node_id" result value
Throws:
RdbException

setNode_id

void setNode_id(long node_id)
                throws RdbException
Set the "Node_id" result value

Parameters:
node_id - the "Node_id" result value
Throws:
RdbException

getValue

java.lang.String getValue()
                          throws RdbException
Get the "Value" result value

Returns:
the "Value" result value
Throws:
RdbException

setValue

void setValue(java.lang.String value)
              throws RdbException
Set the "Value" result value

Parameters:
value - the "Value" result value
Throws:
RdbException

getModifier_id

java.lang.Long getModifier_id()
                              throws RdbException
Get the "Modifier_id" result value

Returns:
the "Modifier_id" result value
Throws:
RdbException

setModifier_id

void setModifier_id(java.lang.Long modifier_id)
                    throws RdbException
Set the "Modifier_id" result value

Parameters:
modifier_id - the "Modifier_id" result value
Throws:
RdbException


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