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

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

public static class TransactionSQL.SelectChangesetResultImpl
extends java.lang.Object
implements TransactionSQL.SelectChangesetResult

Default implementation of SelectChangesetResult


Field Summary
 java.sql.Clob addGraph
          Value for the "addGraph" result value
 long id
          Value for the "id" result value
 java.sql.Clob metaAddGraph
          Value for the "metaAddGraph" result value
 java.sql.Clob metaRemoveGraph
          Value for the "metaRemoveGraph" result value
 java.lang.String nameGraphUri
          Value for the "nameGraphUri" result value
 java.sql.Clob removeGraph
          Value for the "removeGraph" result value
 
Constructor Summary
TransactionSQL.SelectChangesetResultImpl()
           
 
Method Summary
 java.sql.Clob getAddGraph()
          Get the "AddGraph" result value
 long getId()
          Get the "Id" result value
 java.sql.Clob getMetaAddGraph()
          Get the "MetaAddGraph" result value
 java.sql.Clob getMetaRemoveGraph()
          Get the "MetaRemoveGraph" result value
 java.lang.String getNameGraphUri()
          Get the "NameGraphUri" result value
 java.sql.Clob getRemoveGraph()
          Get the "RemoveGraph" result value
 void setAddGraph(java.sql.Clob addGraph)
          Set the "AddGraph" result value
 void setId(long id)
          Set the "Id" result value
 void setMetaAddGraph(java.sql.Clob metaAddGraph)
          Set the "MetaAddGraph" result value
 void setMetaRemoveGraph(java.sql.Clob metaRemoveGraph)
          Set the "MetaRemoveGraph" result value
 void setNameGraphUri(java.lang.String nameGraphUri)
          Set the "NameGraphUri" result value
 void setRemoveGraph(java.sql.Clob removeGraph)
          Set the "RemoveGraph" 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


addGraph

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


removeGraph

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


metaAddGraph

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


metaRemoveGraph

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


nameGraphUri

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

Constructor Detail

TransactionSQL.SelectChangesetResultImpl

public TransactionSQL.SelectChangesetResultImpl()
Method Detail

getId

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

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

setId

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

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

getAddGraph

public java.sql.Clob getAddGraph()
Description copied from interface: TransactionSQL.SelectChangesetResult
Get the "AddGraph" result value

Specified by:
getAddGraph in interface TransactionSQL.SelectChangesetResult
Returns:
the "AddGraph" result value

setAddGraph

public void setAddGraph(java.sql.Clob addGraph)
Description copied from interface: TransactionSQL.SelectChangesetResult
Set the "AddGraph" result value

Specified by:
setAddGraph in interface TransactionSQL.SelectChangesetResult
Parameters:
addGraph - the "AddGraph" result value

getRemoveGraph

public java.sql.Clob getRemoveGraph()
Description copied from interface: TransactionSQL.SelectChangesetResult
Get the "RemoveGraph" result value

Specified by:
getRemoveGraph in interface TransactionSQL.SelectChangesetResult
Returns:
the "RemoveGraph" result value

setRemoveGraph

public void setRemoveGraph(java.sql.Clob removeGraph)
Description copied from interface: TransactionSQL.SelectChangesetResult
Set the "RemoveGraph" result value

Specified by:
setRemoveGraph in interface TransactionSQL.SelectChangesetResult
Parameters:
removeGraph - the "RemoveGraph" result value

getMetaAddGraph

public java.sql.Clob getMetaAddGraph()
Description copied from interface: TransactionSQL.SelectChangesetResult
Get the "MetaAddGraph" result value

Specified by:
getMetaAddGraph in interface TransactionSQL.SelectChangesetResult
Returns:
the "MetaAddGraph" result value

setMetaAddGraph

public void setMetaAddGraph(java.sql.Clob metaAddGraph)
Description copied from interface: TransactionSQL.SelectChangesetResult
Set the "MetaAddGraph" result value

Specified by:
setMetaAddGraph in interface TransactionSQL.SelectChangesetResult
Parameters:
metaAddGraph - the "MetaAddGraph" result value

getMetaRemoveGraph

public java.sql.Clob getMetaRemoveGraph()
Description copied from interface: TransactionSQL.SelectChangesetResult
Get the "MetaRemoveGraph" result value

Specified by:
getMetaRemoveGraph in interface TransactionSQL.SelectChangesetResult
Returns:
the "MetaRemoveGraph" result value

setMetaRemoveGraph

public void setMetaRemoveGraph(java.sql.Clob metaRemoveGraph)
Description copied from interface: TransactionSQL.SelectChangesetResult
Set the "MetaRemoveGraph" result value

Specified by:
setMetaRemoveGraph in interface TransactionSQL.SelectChangesetResult
Parameters:
metaRemoveGraph - the "MetaRemoveGraph" result value

getNameGraphUri

public java.lang.String getNameGraphUri()
Description copied from interface: TransactionSQL.SelectChangesetResult
Get the "NameGraphUri" result value

Specified by:
getNameGraphUri in interface TransactionSQL.SelectChangesetResult
Returns:
the "NameGraphUri" result value

setNameGraphUri

public void setNameGraphUri(java.lang.String nameGraphUri)
Description copied from interface: TransactionSQL.SelectChangesetResult
Set the "NameGraphUri" result value

Specified by:
setNameGraphUri in interface TransactionSQL.SelectChangesetResult
Parameters:
nameGraphUri - the "NameGraphUri" result value


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