|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.GraphSQL.ResolveStatementsResultImpl
public static class GraphSQL.ResolveStatementsResultImpl
Default implementation of ResolveStatementsResult
| Field Summary | |
|---|---|
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 | |
|---|---|
GraphSQL.ResolveStatementsResultImpl()
|
|
| Method Summary | |
|---|---|
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 |
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 long namedGraphId
public long subj
public long prop
public long obj
| Constructor Detail |
|---|
public GraphSQL.ResolveStatementsResultImpl()
| Method Detail |
|---|
public long getNamedGraphId()
GraphSQL.ResolveStatementsResult
getNamedGraphId in interface GraphSQL.ResolveStatementsResultpublic void setNamedGraphId(long namedGraphId)
GraphSQL.ResolveStatementsResult
setNamedGraphId in interface GraphSQL.ResolveStatementsResultnamedGraphId - the "NamedGraphId" result valuepublic long getSubj()
GraphSQL.ResolveStatementsResult
getSubj in interface GraphSQL.ResolveStatementsResultpublic void setSubj(long subj)
GraphSQL.ResolveStatementsResult
setSubj in interface GraphSQL.ResolveStatementsResultsubj - the "Subj" result valuepublic long getProp()
GraphSQL.ResolveStatementsResult
getProp in interface GraphSQL.ResolveStatementsResultpublic void setProp(long prop)
GraphSQL.ResolveStatementsResult
setProp in interface GraphSQL.ResolveStatementsResultprop - the "Prop" result valuepublic long getObj()
GraphSQL.ResolveStatementsResult
getObj in interface GraphSQL.ResolveStatementsResultpublic void setObj(long obj)
GraphSQL.ResolveStatementsResult
setObj in interface GraphSQL.ResolveStatementsResultobj - the "Obj" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||