org.openanzo.common.rdb.sql
Class GlitterSQL.SelectAllResultImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.GlitterSQL.SelectAllResultImpl
All Implemented Interfaces:
GlitterSQL.SelectAllResult
Enclosing class:
GlitterSQL

public static class GlitterSQL.SelectAllResultImpl
extends java.lang.Object
implements GlitterSQL.SelectAllResult

Default implementation of SelectAllResult


Field Summary
 long namedgraphId
          Value for the "namedgraphId" result value
 long objId
          Value for the "objId" result value
 long propId
          Value for the "propId" result value
 long subjId
          Value for the "subjId" result value
 
Constructor Summary
GlitterSQL.SelectAllResultImpl()
           
 
Method Summary
 long getNamedgraphId()
          Get the "NamedgraphId" result value
 long getObjId()
          Get the "ObjId" result value
 long getPropId()
          Get the "PropId" result value
 long getSubjId()
          Get the "SubjId" result value
 void setNamedgraphId(long namedgraphId)
          Set the "NamedgraphId" result value
 void setObjId(long objId)
          Set the "ObjId" result value
 void setPropId(long propId)
          Set the "PropId" result value
 void setSubjId(long subjId)
          Set the "SubjId" 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


subjId

public long subjId
Value for the "subjId" result value


propId

public long propId
Value for the "propId" result value


objId

public long objId
Value for the "objId" result value

Constructor Detail

GlitterSQL.SelectAllResultImpl

public GlitterSQL.SelectAllResultImpl()
Method Detail

getNamedgraphId

public long getNamedgraphId()
Description copied from interface: GlitterSQL.SelectAllResult
Get the "NamedgraphId" result value

Specified by:
getNamedgraphId in interface GlitterSQL.SelectAllResult
Returns:
the "NamedgraphId" result value

setNamedgraphId

public void setNamedgraphId(long namedgraphId)
Description copied from interface: GlitterSQL.SelectAllResult
Set the "NamedgraphId" result value

Specified by:
setNamedgraphId in interface GlitterSQL.SelectAllResult
Parameters:
namedgraphId - the "NamedgraphId" result value

getSubjId

public long getSubjId()
Description copied from interface: GlitterSQL.SelectAllResult
Get the "SubjId" result value

Specified by:
getSubjId in interface GlitterSQL.SelectAllResult
Returns:
the "SubjId" result value

setSubjId

public void setSubjId(long subjId)
Description copied from interface: GlitterSQL.SelectAllResult
Set the "SubjId" result value

Specified by:
setSubjId in interface GlitterSQL.SelectAllResult
Parameters:
subjId - the "SubjId" result value

getPropId

public long getPropId()
Description copied from interface: GlitterSQL.SelectAllResult
Get the "PropId" result value

Specified by:
getPropId in interface GlitterSQL.SelectAllResult
Returns:
the "PropId" result value

setPropId

public void setPropId(long propId)
Description copied from interface: GlitterSQL.SelectAllResult
Set the "PropId" result value

Specified by:
setPropId in interface GlitterSQL.SelectAllResult
Parameters:
propId - the "PropId" result value

getObjId

public long getObjId()
Description copied from interface: GlitterSQL.SelectAllResult
Get the "ObjId" result value

Specified by:
getObjId in interface GlitterSQL.SelectAllResult
Returns:
the "ObjId" result value

setObjId

public void setObjId(long objId)
Description copied from interface: GlitterSQL.SelectAllResult
Set the "ObjId" result value

Specified by:
setObjId in interface GlitterSQL.SelectAllResult
Parameters:
objId - the "ObjId" result value


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