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

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

public static class NodeSQL.FetchLiteralNodeIDParamsImpl
extends java.lang.Object
implements NodeSQL.FetchLiteralNodeIDParams

Default implementation of FetchLiteralNodeIDParams


Constructor Summary
NodeSQL.FetchLiteralNodeIDParamsImpl()
           
 
Method Summary
 long getModifier_id()
          Get the "Modifier_id" parameter to use within prepared statement
 java.lang.String getValue()
          Get the "Value" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSQL.FetchLiteralNodeIDParamsImpl

public NodeSQL.FetchLiteralNodeIDParamsImpl()
Method Detail

getValue

public java.lang.String getValue()
Description copied from interface: NodeSQL.FetchLiteralNodeIDParams
Get the "Value" parameter to use within prepared statement

Specified by:
getValue in interface NodeSQL.FetchLiteralNodeIDParams
Returns:
the Value to use within prepared statement

getModifier_id

public long getModifier_id()
Description copied from interface: NodeSQL.FetchLiteralNodeIDParams
Get the "Modifier_id" parameter to use within prepared statement

Specified by:
getModifier_id in interface NodeSQL.FetchLiteralNodeIDParams
Returns:
the Modifier_id to use within prepared statement


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