|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.sql.GlitterSQL.SelectPResultImpl
public static class GlitterSQL.SelectPResultImpl
Default implementation of SelectPResult
| 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.SelectPResultImpl()
|
|
| 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 |
|---|
public long namedgraphId
public long subjId
public long propId
public long objId
| Constructor Detail |
|---|
public GlitterSQL.SelectPResultImpl()
| Method Detail |
|---|
public long getNamedgraphId()
GlitterSQL.SelectPResult
getNamedgraphId in interface GlitterSQL.SelectPResultpublic void setNamedgraphId(long namedgraphId)
GlitterSQL.SelectPResult
setNamedgraphId in interface GlitterSQL.SelectPResultnamedgraphId - the "NamedgraphId" result valuepublic long getSubjId()
GlitterSQL.SelectPResult
getSubjId in interface GlitterSQL.SelectPResultpublic void setSubjId(long subjId)
GlitterSQL.SelectPResult
setSubjId in interface GlitterSQL.SelectPResultsubjId - the "SubjId" result valuepublic long getPropId()
GlitterSQL.SelectPResult
getPropId in interface GlitterSQL.SelectPResultpublic void setPropId(long propId)
GlitterSQL.SelectPResult
setPropId in interface GlitterSQL.SelectPResultpropId - the "PropId" result valuepublic long getObjId()
GlitterSQL.SelectPResult
getObjId in interface GlitterSQL.SelectPResultpublic void setObjId(long objId)
GlitterSQL.SelectPResult
setObjId in interface GlitterSQL.SelectPResultobjId - the "ObjId" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||