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

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

public static class ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams

Default implementation of SelectCanReadSystemGraphDeltaParams


Constructor Summary
ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParamsImpl()
           
 
Method Summary
 java.lang.Long getNow1()
          Get the "Now1" parameter to use within prepared statement
 java.lang.Long getNow2()
          Get the "Now2" parameter to use within prepared statement
 java.lang.Long getNow5()
          Get the "Now5" parameter to use within prepared statement
 java.lang.Long getNow6()
          Get the "Now6" parameter to use within prepared statement
 java.lang.Long getNow7()
          Get the "Now7" parameter to use within prepared statement
 java.lang.Long getNow8()
          Get the "Now8" parameter to use within prepared statement
 java.lang.Long getSystemGraphId()
          Get the "SystemGraphId" parameter to use within prepared statement
 java.lang.Long getUserId1()
          Get the "UserId1" 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.SelectCanReadSystemGraphDeltaParamsImpl

public ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParamsImpl()
Method Detail

getSystemGraphId

public java.lang.Long getSystemGraphId()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "SystemGraphId" parameter to use within prepared statement

Specified by:
getSystemGraphId in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the SystemGraphId to use within prepared statement

getNow1

public java.lang.Long getNow1()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "Now1" parameter to use within prepared statement

Specified by:
getNow1 in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the Now1 to use within prepared statement

getNow2

public java.lang.Long getNow2()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "Now2" parameter to use within prepared statement

Specified by:
getNow2 in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the Now2 to use within prepared statement

getNow5

public java.lang.Long getNow5()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "Now5" parameter to use within prepared statement

Specified by:
getNow5 in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the Now5 to use within prepared statement

getNow6

public java.lang.Long getNow6()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "Now6" parameter to use within prepared statement

Specified by:
getNow6 in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the Now6 to use within prepared statement

getNow7

public java.lang.Long getNow7()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "Now7" parameter to use within prepared statement

Specified by:
getNow7 in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the Now7 to use within prepared statement

getNow8

public java.lang.Long getNow8()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "Now8" parameter to use within prepared statement

Specified by:
getNow8 in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the Now8 to use within prepared statement

getUserId1

public java.lang.Long getUserId1()
Description copied from interface: ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Get the "UserId1" parameter to use within prepared statement

Specified by:
getUserId1 in interface ReplicationRdbWrapper.SelectCanReadSystemGraphDeltaParams
Returns:
the UserId1 to use within prepared statement


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