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

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

public static class ReplicationRdbWrapper.InsertNamedGraphModsParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.InsertNamedGraphModsParams

Default implementation of InsertNamedGraphModsParams


Constructor Summary
ReplicationRdbWrapper.InsertNamedGraphModsParamsImpl()
           
 
Method Summary
 java.lang.Long getEnd1()
          Get the "End1" parameter to use within prepared statement
 java.lang.Long getStart1()
          Get the "Start1" 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.InsertNamedGraphModsParamsImpl

public ReplicationRdbWrapper.InsertNamedGraphModsParamsImpl()
Method Detail

getStart1

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

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

getEnd1

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

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


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