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

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

public static class ReplicationRdbWrapper.SelectAciMaskDeltasParamsImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectAciMaskDeltasParams

Default implementation of SelectAciMaskDeltasParams


Constructor Summary
ReplicationRdbWrapper.SelectAciMaskDeltasParamsImpl()
           
 
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 getNow3()
          Get the "Now3" parameter to use within prepared statement
 java.lang.Long getNow4()
          Get the "Now4" parameter to use within prepared statement
 java.lang.Long getThen1()
          Get the "Then1" parameter to use within prepared statement
 java.lang.Long getThen2()
          Get the "Then2" parameter to use within prepared statement
 java.lang.Long getThen3()
          Get the "Then3" parameter to use within prepared statement
 java.lang.Long getThen4()
          Get the "Then4" 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.SelectAciMaskDeltasParamsImpl

public ReplicationRdbWrapper.SelectAciMaskDeltasParamsImpl()
Method Detail

getNow1

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

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

getNow2

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

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

getThen1

public java.lang.Long getThen1()
Description copied from interface: ReplicationRdbWrapper.SelectAciMaskDeltasParams
Get the "Then1" parameter to use within prepared statement

Specified by:
getThen1 in interface ReplicationRdbWrapper.SelectAciMaskDeltasParams
Returns:
the Then1 to use within prepared statement

getThen2

public java.lang.Long getThen2()
Description copied from interface: ReplicationRdbWrapper.SelectAciMaskDeltasParams
Get the "Then2" parameter to use within prepared statement

Specified by:
getThen2 in interface ReplicationRdbWrapper.SelectAciMaskDeltasParams
Returns:
the Then2 to use within prepared statement

getNow3

public java.lang.Long getNow3()
Description copied from interface: ReplicationRdbWrapper.SelectAciMaskDeltasParams
Get the "Now3" parameter to use within prepared statement

Specified by:
getNow3 in interface ReplicationRdbWrapper.SelectAciMaskDeltasParams
Returns:
the Now3 to use within prepared statement

getNow4

public java.lang.Long getNow4()
Description copied from interface: ReplicationRdbWrapper.SelectAciMaskDeltasParams
Get the "Now4" parameter to use within prepared statement

Specified by:
getNow4 in interface ReplicationRdbWrapper.SelectAciMaskDeltasParams
Returns:
the Now4 to use within prepared statement

getThen3

public java.lang.Long getThen3()
Description copied from interface: ReplicationRdbWrapper.SelectAciMaskDeltasParams
Get the "Then3" parameter to use within prepared statement

Specified by:
getThen3 in interface ReplicationRdbWrapper.SelectAciMaskDeltasParams
Returns:
the Then3 to use within prepared statement

getThen4

public java.lang.Long getThen4()
Description copied from interface: ReplicationRdbWrapper.SelectAciMaskDeltasParams
Get the "Then4" parameter to use within prepared statement

Specified by:
getThen4 in interface ReplicationRdbWrapper.SelectAciMaskDeltasParams
Returns:
the Then4 to use within prepared statement


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