org.openanzo.server.repository.rdb.sql
Class NamedGraphRdbWrapper.SelectNamedGraphRevisionResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.SelectNamedGraphRevisionResultImpl
All Implemented Interfaces:
NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Enclosing class:
NamedGraphRdbWrapper

public static class NamedGraphRdbWrapper.SelectNamedGraphRevisionResultImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.SelectNamedGraphRevisionResult

Default implementation of SelectNamedGraphRevisionResult


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
NamedGraphRdbWrapper.SelectNamedGraphRevisionResultImpl()
           
 
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

NamedGraphRdbWrapper.SelectNamedGraphRevisionResultImpl

public NamedGraphRdbWrapper.SelectNamedGraphRevisionResultImpl()
Method Detail

getId

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

Specified by:
getId in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Returns:
the "Id" result value

setId

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

Specified by:
setId in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Parameters:
id - the "Id" result value

getSubj

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

Specified by:
getSubj in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Returns:
the "Subj" result value

setSubj

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

Specified by:
setSubj in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Parameters:
subj - the "Subj" result value

getProp

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

Specified by:
getProp in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Returns:
the "Prop" result value

setProp

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

Specified by:
setProp in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Parameters:
prop - the "Prop" result value

getObj

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

Specified by:
getObj in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Returns:
the "Obj" result value

setObj

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

Specified by:
setObj in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Parameters:
obj - the "Obj" result value

getNamedgraphid

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

Specified by:
getNamedgraphid in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Returns:
the "Namedgraphid" result value

setNamedgraphid

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

Specified by:
setNamedgraphid in interface NamedGraphRdbWrapper.SelectNamedGraphRevisionResult
Parameters:
namedgraphid - the "Namedgraphid" result value


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