org.openanzo.server.repository.rdb.sql
Class LastTransactionTime.InsertLastTransactionTimeParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.LastTransactionTime.InsertLastTransactionTimeParamsImpl
All Implemented Interfaces:
LastTransactionTime.InsertLastTransactionTimeParams
Enclosing class:
LastTransactionTime

public static class LastTransactionTime.InsertLastTransactionTimeParamsImpl
extends java.lang.Object
implements LastTransactionTime.InsertLastTransactionTimeParams

Default implementation of InsertLastTransactionTimeParams


Constructor Summary
LastTransactionTime.InsertLastTransactionTimeParamsImpl()
           
 
Method Summary
 java.lang.Long getCommited()
          Get the "Commited" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastTransactionTime.InsertLastTransactionTimeParamsImpl

public LastTransactionTime.InsertLastTransactionTimeParamsImpl()
Method Detail

getCommited

public java.lang.Long getCommited()
Description copied from interface: LastTransactionTime.InsertLastTransactionTimeParams
Get the "Commited" parameter to use within prepared statement

Specified by:
getCommited in interface LastTransactionTime.InsertLastTransactionTimeParams
Returns:
the Commited to use within prepared statement

getId

public long getId()
Description copied from interface: LastTransactionTime.InsertLastTransactionTimeParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface LastTransactionTime.InsertLastTransactionTimeParams
Returns:
the Id to use within prepared statement


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