org.openanzo.server.repository.rdb.sql
Class ReplicationRdbWrapper.InsertDeltaGraphIdsParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.InsertDeltaGraphIdsParamsImpl
All Implemented Interfaces:
ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Enclosing class:
ReplicationRdbWrapper

public static class ReplicationRdbWrapper.InsertDeltaGraphIdsParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.InsertDeltaGraphIdsParams

Default implementation of InsertDeltaGraphIdsParams


Constructor Summary
ReplicationRdbWrapper.InsertDeltaGraphIdsParamsImpl()
           
 
Method Summary
 java.lang.Long getEnd1()
          Get the "End1" parameter to use within prepared statement
 java.lang.Long getEnd2()
          Get the "End2" parameter to use within prepared statement
 java.lang.Long getStart1()
          Get the "Start1" parameter to use within prepared statement
 java.lang.Long getStart2()
          Get the "Start2" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationRdbWrapper.InsertDeltaGraphIdsParamsImpl

public ReplicationRdbWrapper.InsertDeltaGraphIdsParamsImpl()
Method Detail

getStart1

public java.lang.Long getStart1()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Get the "Start1" parameter to use within prepared statement

Specified by:
getStart1 in interface ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Returns:
the Start1 to use within prepared statement

getEnd1

public java.lang.Long getEnd1()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Get the "End1" parameter to use within prepared statement

Specified by:
getEnd1 in interface ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Returns:
the End1 to use within prepared statement

getStart2

public java.lang.Long getStart2()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Get the "Start2" parameter to use within prepared statement

Specified by:
getStart2 in interface ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Returns:
the Start2 to use within prepared statement

getEnd2

public java.lang.Long getEnd2()
Description copied from interface: ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Get the "End2" parameter to use within prepared statement

Specified by:
getEnd2 in interface ReplicationRdbWrapper.InsertDeltaGraphIdsParams
Returns:
the End2 to use within prepared statement


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