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

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

public static class StatementRdbWrapper.SelectAllStatementsResultImpl
extends java.lang.Object
implements StatementRdbWrapper.SelectAllStatementsResult

Default implementation of SelectAllStatementsResult


Field Summary
 long id
          Value for the "id" result value
 java.lang.Long modified
          Value for the "modified" 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
StatementRdbWrapper.SelectAllStatementsResultImpl()
           
 
Method Summary
 long getId()
          Get the "Id" result value
 java.lang.Long getModified()
          Get the "Modified" 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 setModified(java.lang.Long modified)
          Set the "Modified" 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

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


modified

public java.lang.Long modified
Value for the "modified" result value


id

public long id
Value for the "id" result value


namedGraphId

public long namedGraphId
Value for the "namedGraphId" result value

Constructor Detail

StatementRdbWrapper.SelectAllStatementsResultImpl

public StatementRdbWrapper.SelectAllStatementsResultImpl()
Method Detail

getSubj

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

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

setSubj

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

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

getProp

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

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

setProp

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

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

getObj

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

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

setObj

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

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

getModified

public java.lang.Long getModified()
Description copied from interface: StatementRdbWrapper.SelectAllStatementsResult
Get the "Modified" result value

Specified by:
getModified in interface StatementRdbWrapper.SelectAllStatementsResult
Returns:
the "Modified" result value

setModified

public void setModified(java.lang.Long modified)
Description copied from interface: StatementRdbWrapper.SelectAllStatementsResult
Set the "Modified" result value

Specified by:
setModified in interface StatementRdbWrapper.SelectAllStatementsResult
Parameters:
modified - the "Modified" result value

getId

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

Specified by:
getId in interface StatementRdbWrapper.SelectAllStatementsResult
Returns:
the "Id" result value

setId

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

Specified by:
setId in interface StatementRdbWrapper.SelectAllStatementsResult
Parameters:
id - the "Id" result value

getNamedGraphId

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

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

setNamedGraphId

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

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


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