org.openanzo.server.repository.rdb.sql
Interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult

All Known Implementing Classes:
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResultImpl
Enclosing class:
ReplicationRdbWrapper

public static interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult

Interface for holding the results of the selectTrackerStatementsAdditions prepared statement.


Method Summary
 long getId()
          Get the "Id" result value
 long getNamedgraphid()
          Get the "Namedgraphid" result value
 long getObj()
          Get the "Obj" result value
 long getProp()
          Get the "Prop" result value
 long getSubj()
          Get the "Subj" result value
 void setId(long id)
          Set the "Id" result value
 void setNamedgraphid(long namedgraphid)
          Set the "Namedgraphid" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setProp(long prop)
          Set the "Prop" result value
 void setSubj(long subj)
          Set the "Subj" result value
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" result value

Returns:
the "Id" result value
Throws:
AnzoException

setId

void setId(long id)
           throws AnzoException
Set the "Id" result value

Parameters:
id - the "Id" result value
Throws:
AnzoException

getSubj

long getSubj()
             throws AnzoException
Get the "Subj" result value

Returns:
the "Subj" result value
Throws:
AnzoException

setSubj

void setSubj(long subj)
             throws AnzoException
Set the "Subj" result value

Parameters:
subj - the "Subj" result value
Throws:
AnzoException

getProp

long getProp()
             throws AnzoException
Get the "Prop" result value

Returns:
the "Prop" result value
Throws:
AnzoException

setProp

void setProp(long prop)
             throws AnzoException
Set the "Prop" result value

Parameters:
prop - the "Prop" result value
Throws:
AnzoException

getObj

long getObj()
            throws AnzoException
Get the "Obj" result value

Returns:
the "Obj" result value
Throws:
AnzoException

setObj

void setObj(long obj)
            throws AnzoException
Set the "Obj" result value

Parameters:
obj - the "Obj" result value
Throws:
AnzoException

getNamedgraphid

long getNamedgraphid()
                     throws AnzoException
Get the "Namedgraphid" result value

Returns:
the "Namedgraphid" result value
Throws:
AnzoException

setNamedgraphid

void setNamedgraphid(long namedgraphid)
                     throws AnzoException
Set the "Namedgraphid" result value

Parameters:
namedgraphid - the "Namedgraphid" result value
Throws:
AnzoException


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