org.openanzo.server.repository.rdb.sql
Class GlitterRdbWrapper.SelectUnreadableGraphsParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper.SelectUnreadableGraphsParamsImpl
All Implemented Interfaces:
GlitterRdbWrapper.SelectUnreadableGraphsParams
Enclosing class:
GlitterRdbWrapper

public static class GlitterRdbWrapper.SelectUnreadableGraphsParamsImpl
extends java.lang.Object
implements GlitterRdbWrapper.SelectUnreadableGraphsParams

Default implementation of SelectUnreadableGraphsParams


Constructor Summary
GlitterRdbWrapper.SelectUnreadableGraphsParamsImpl()
           
 
Method Summary
 java.lang.Long getLastTransactionTime1()
          Get the "LastTransactionTime1" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime2()
          Get the "LastTransactionTime2" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlitterRdbWrapper.SelectUnreadableGraphsParamsImpl

public GlitterRdbWrapper.SelectUnreadableGraphsParamsImpl()
Method Detail

getUserId

public long getUserId()
Description copied from interface: GlitterRdbWrapper.SelectUnreadableGraphsParams
Get the "UserId" parameter to use within prepared statement

Specified by:
getUserId in interface GlitterRdbWrapper.SelectUnreadableGraphsParams
Returns:
the UserId to use within prepared statement

getLastTransactionTime1

public java.lang.Long getLastTransactionTime1()
Description copied from interface: GlitterRdbWrapper.SelectUnreadableGraphsParams
Get the "LastTransactionTime1" parameter to use within prepared statement

Specified by:
getLastTransactionTime1 in interface GlitterRdbWrapper.SelectUnreadableGraphsParams
Returns:
the LastTransactionTime1 to use within prepared statement

getLastTransactionTime2

public java.lang.Long getLastTransactionTime2()
Description copied from interface: GlitterRdbWrapper.SelectUnreadableGraphsParams
Get the "LastTransactionTime2" parameter to use within prepared statement

Specified by:
getLastTransactionTime2 in interface GlitterRdbWrapper.SelectUnreadableGraphsParams
Returns:
the LastTransactionTime2 to use within prepared statement


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