|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.GlitterSQL.Select12ResultImpl
public static class GlitterSQL.Select12ResultImpl
Default implementation of Select12Result
| 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.Select12ResultImpl()
|
|
| 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 |
|---|
public int metadata
public long namedGraphId
public long subj
public long prop
public long obj
| Constructor Detail |
|---|
public GlitterSQL.Select12ResultImpl()
| Method Detail |
|---|
public int getMetadata()
GlitterSQL.Select12Result
getMetadata in interface GlitterSQL.Select12Resultpublic void setMetadata(int metadata)
GlitterSQL.Select12Result
setMetadata in interface GlitterSQL.Select12Resultmetadata - the "Metadata" result valuepublic long getNamedGraphId()
GlitterSQL.Select12Result
getNamedGraphId in interface GlitterSQL.Select12Resultpublic void setNamedGraphId(long namedGraphId)
GlitterSQL.Select12Result
setNamedGraphId in interface GlitterSQL.Select12ResultnamedGraphId - the "NamedGraphId" result valuepublic long getSubj()
GlitterSQL.Select12Result
getSubj in interface GlitterSQL.Select12Resultpublic void setSubj(long subj)
GlitterSQL.Select12Result
setSubj in interface GlitterSQL.Select12Resultsubj - the "Subj" result valuepublic long getProp()
GlitterSQL.Select12Result
getProp in interface GlitterSQL.Select12Resultpublic void setProp(long prop)
GlitterSQL.Select12Result
setProp in interface GlitterSQL.Select12Resultprop - the "Prop" result valuepublic long getObj()
GlitterSQL.Select12Result
getObj in interface GlitterSQL.Select12Resultpublic void setObj(long obj)
GlitterSQL.Select12Result
setObj in interface GlitterSQL.Select12Resultobj - the "Obj" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||