org.openanzo.server.repository.rdb.sql
Class ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResultImpl
All Implemented Interfaces:
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Enclosing class:
ReplicationRdbWrapper

public static class ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult

Default implementation of SelectTrackerStatementsAdditionsResult


Field Summary
 long id
          Value for the "id" result value
 long namedgraphid
          Value for the "namedgraphid" result value
 long obj
          Value for the "obj" result value
 long prop
          Value for the "prop" result value
 long subj
          Value for the "subj" result value
 
Constructor Summary
ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResultImpl()
           
 
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
 
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


subj

public long subj
Value for the "subj" result value


prop

public long prop
Value for the "prop" result value


obj

public long obj
Value for the "obj" result value


namedgraphid

public long namedgraphid
Value for the "namedgraphid" result value

Constructor Detail

ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResultImpl

public ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResultImpl()
Method Detail

getId

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

Specified by:
getId in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Returns:
the "Id" result value

setId

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

Specified by:
setId in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Parameters:
id - the "Id" result value

getSubj

public long getSubj()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Get the "Subj" result value

Specified by:
getSubj in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Returns:
the "Subj" result value

setSubj

public void setSubj(long subj)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Set the "Subj" result value

Specified by:
setSubj in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Parameters:
subj - the "Subj" result value

getProp

public long getProp()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Get the "Prop" result value

Specified by:
getProp in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Returns:
the "Prop" result value

setProp

public void setProp(long prop)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Set the "Prop" result value

Specified by:
setProp in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Parameters:
prop - the "Prop" result value

getObj

public long getObj()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Get the "Obj" result value

Specified by:
getObj in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Returns:
the "Obj" result value

setObj

public void setObj(long obj)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Set the "Obj" result value

Specified by:
setObj in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Parameters:
obj - the "Obj" result value

getNamedgraphid

public long getNamedgraphid()
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Get the "Namedgraphid" result value

Specified by:
getNamedgraphid in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Returns:
the "Namedgraphid" result value

setNamedgraphid

public void setNamedgraphid(long namedgraphid)
Description copied from interface: ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Set the "Namedgraphid" result value

Specified by:
setNamedgraphid in interface ReplicationRdbWrapper.SelectTrackerStatementsAdditionsResult
Parameters:
namedgraphid - the "Namedgraphid" result value


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