org.openanzo.server.repository.rdb.sql
Class StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResultImpl
All Implemented Interfaces:
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Enclosing class:
StatementRdbWrapper

public static class StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResultImpl
extends java.lang.Object
implements StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult

Default implementation of SelectStatementsByTripleNoAuthHistoryResult


Field Summary
 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
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResultImpl()
           
 
Method Summary
 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 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

namedGraphId

public long namedGraphId
Value for the "namedGraphId" 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

Constructor Detail

StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResultImpl

public StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResultImpl()
Method Detail

getNamedGraphId

public long getNamedGraphId()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Get the "NamedGraphId" result value

Specified by:
getNamedGraphId in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Returns:
the "NamedGraphId" result value

setNamedGraphId

public void setNamedGraphId(long namedGraphId)
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Set the "NamedGraphId" result value

Specified by:
setNamedGraphId in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Parameters:
namedGraphId - the "NamedGraphId" result value

getSubj

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

Specified by:
getSubj in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Returns:
the "Subj" result value

setSubj

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

Specified by:
setSubj in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Parameters:
subj - the "Subj" result value

getProp

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

Specified by:
getProp in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Returns:
the "Prop" result value

setProp

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

Specified by:
setProp in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Parameters:
prop - the "Prop" result value

getObj

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

Specified by:
getObj in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Returns:
the "Obj" result value

setObj

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

Specified by:
setObj in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryResult
Parameters:
obj - the "Obj" result value


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