org.openanzo.common.rdb.sql
Class TransactionSQL.SelectCommandResultImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.TransactionSQL.SelectCommandResultImpl
All Implemented Interfaces:
TransactionSQL.SelectCommandResult
Enclosing class:
TransactionSQL

public static class TransactionSQL.SelectCommandResultImpl
extends java.lang.Object
implements TransactionSQL.SelectCommandResult

Default implementation of SelectCommandResult


Field Summary
 java.lang.String commandType
          Value for the "commandType" result value
 java.sql.Clob context
          Value for the "context" result value
 long id
          Value for the "id" result value
 java.sql.Clob prereq
          Value for the "prereq" result value
 
Constructor Summary
TransactionSQL.SelectCommandResultImpl()
           
 
Method Summary
 java.lang.String getCommandType()
          Get the "CommandType" result value
 java.sql.Clob getContext()
          Get the "Context" result value
 long getId()
          Get the "Id" result value
 java.sql.Clob getPrereq()
          Get the "Prereq" result value
 void setCommandType(java.lang.String commandType)
          Set the "CommandType" result value
 void setContext(java.sql.Clob context)
          Set the "Context" result value
 void setId(long id)
          Set the "Id" result value
 void setPrereq(java.sql.Clob prereq)
          Set the "Prereq" result value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public long id
Value for the "id" result value


commandType

public java.lang.String commandType
Value for the "commandType" result value


prereq

public java.sql.Clob prereq
Value for the "prereq" result value


context

public java.sql.Clob context
Value for the "context" result value

Constructor Detail

TransactionSQL.SelectCommandResultImpl

public TransactionSQL.SelectCommandResultImpl()
Method Detail

getId

public long getId()
Description copied from interface: TransactionSQL.SelectCommandResult
Get the "Id" result value

Specified by:
getId in interface TransactionSQL.SelectCommandResult
Returns:
the "Id" result value

setId

public void setId(long id)
Description copied from interface: TransactionSQL.SelectCommandResult
Set the "Id" result value

Specified by:
setId in interface TransactionSQL.SelectCommandResult
Parameters:
id - the "Id" result value

getCommandType

public java.lang.String getCommandType()
Description copied from interface: TransactionSQL.SelectCommandResult
Get the "CommandType" result value

Specified by:
getCommandType in interface TransactionSQL.SelectCommandResult
Returns:
the "CommandType" result value

setCommandType

public void setCommandType(java.lang.String commandType)
Description copied from interface: TransactionSQL.SelectCommandResult
Set the "CommandType" result value

Specified by:
setCommandType in interface TransactionSQL.SelectCommandResult
Parameters:
commandType - the "CommandType" result value

getPrereq

public java.sql.Clob getPrereq()
Description copied from interface: TransactionSQL.SelectCommandResult
Get the "Prereq" result value

Specified by:
getPrereq in interface TransactionSQL.SelectCommandResult
Returns:
the "Prereq" result value

setPrereq

public void setPrereq(java.sql.Clob prereq)
Description copied from interface: TransactionSQL.SelectCommandResult
Set the "Prereq" result value

Specified by:
setPrereq in interface TransactionSQL.SelectCommandResult
Parameters:
prereq - the "Prereq" result value

getContext

public java.sql.Clob getContext()
Description copied from interface: TransactionSQL.SelectCommandResult
Get the "Context" result value

Specified by:
getContext in interface TransactionSQL.SelectCommandResult
Returns:
the "Context" result value

setContext

public void setContext(java.sql.Clob context)
Description copied from interface: TransactionSQL.SelectCommandResult
Set the "Context" result value

Specified by:
setContext in interface TransactionSQL.SelectCommandResult
Parameters:
context - the "Context" result value


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