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

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

public static class GlitterSQL.Select14ResultImpl
extends java.lang.Object
implements GlitterSQL.Select14Result

Default implementation of Select14Result


Field Summary
 int metadata
          Value for the "metadata" 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
GlitterSQL.Select14ResultImpl()
           
 
Method Summary
 int getMetadata()
          Get the "Metadata" 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 setMetadata(int metadata)
          Set the "Metadata" 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

metadata

public int metadata
Value for the "metadata" result value


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

GlitterSQL.Select14ResultImpl

public GlitterSQL.Select14ResultImpl()
Method Detail

getMetadata

public int getMetadata()
Description copied from interface: GlitterSQL.Select14Result
Get the "Metadata" result value

Specified by:
getMetadata in interface GlitterSQL.Select14Result
Returns:
the "Metadata" result value

setMetadata

public void setMetadata(int metadata)
Description copied from interface: GlitterSQL.Select14Result
Set the "Metadata" result value

Specified by:
setMetadata in interface GlitterSQL.Select14Result
Parameters:
metadata - the "Metadata" result value

getNamedGraphId

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

Specified by:
getNamedGraphId in interface GlitterSQL.Select14Result
Returns:
the "NamedGraphId" result value

setNamedGraphId

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

Specified by:
setNamedGraphId in interface GlitterSQL.Select14Result
Parameters:
namedGraphId - the "NamedGraphId" result value

getSubj

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

Specified by:
getSubj in interface GlitterSQL.Select14Result
Returns:
the "Subj" result value

setSubj

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

Specified by:
setSubj in interface GlitterSQL.Select14Result
Parameters:
subj - the "Subj" result value

getProp

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

Specified by:
getProp in interface GlitterSQL.Select14Result
Returns:
the "Prop" result value

setProp

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

Specified by:
setProp in interface GlitterSQL.Select14Result
Parameters:
prop - the "Prop" result value

getObj

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

Specified by:
getObj in interface GlitterSQL.Select14Result
Returns:
the "Obj" result value

setObj

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

Specified by:
setObj in interface GlitterSQL.Select14Result
Parameters:
obj - the "Obj" result value


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