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