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

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

public static interface NodeSQL.FetchLiteralNodeValueResult

Interface for holding the results of the fetchLiteralNodeValue prepared statement.


Method Summary
 long getModifier_id()
          Get the "Modifier_id" result value
 java.lang.String getValue()
          Get the "Value" result value
 void setModifier_id(long modifier_id)
          Set the "Modifier_id" result value
 void setValue(java.lang.String value)
          Set the "Value" result value
 

Method Detail

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

long getModifier_id()
                    throws RdbException
Get the "Modifier_id" result value

Returns:
the "Modifier_id" result value
Throws:
RdbException

setModifier_id

void setModifier_id(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.