|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.rdb.sql.StatementRdbWrapper.SelectStatementResultImpl
public static class StatementRdbWrapper.SelectStatementResultImpl
Default implementation of SelectStatementResult
| Field Summary | |
|---|---|
java.lang.Long |
modified
Value for the "modified" 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 | |
|---|---|
StatementRdbWrapper.SelectStatementResultImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getModified()
Get the "Modified" 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 |
setModified(java.lang.Long modified)
Set the "Modified" 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
public java.lang.Long modified
| Constructor Detail |
|---|
public StatementRdbWrapper.SelectStatementResultImpl()
| Method Detail |
|---|
public long getNamedGraphId()
StatementRdbWrapper.SelectStatementResult
getNamedGraphId in interface StatementRdbWrapper.SelectStatementResultpublic void setNamedGraphId(long namedGraphId)
StatementRdbWrapper.SelectStatementResult
setNamedGraphId in interface StatementRdbWrapper.SelectStatementResultnamedGraphId - the "NamedGraphId" result valuepublic long getSubj()
StatementRdbWrapper.SelectStatementResult
getSubj in interface StatementRdbWrapper.SelectStatementResultpublic void setSubj(long subj)
StatementRdbWrapper.SelectStatementResult
setSubj in interface StatementRdbWrapper.SelectStatementResultsubj - the "Subj" result valuepublic long getProp()
StatementRdbWrapper.SelectStatementResult
getProp in interface StatementRdbWrapper.SelectStatementResultpublic void setProp(long prop)
StatementRdbWrapper.SelectStatementResult
setProp in interface StatementRdbWrapper.SelectStatementResultprop - the "Prop" result valuepublic long getObj()
StatementRdbWrapper.SelectStatementResult
getObj in interface StatementRdbWrapper.SelectStatementResultpublic void setObj(long obj)
StatementRdbWrapper.SelectStatementResult
setObj in interface StatementRdbWrapper.SelectStatementResultobj - the "Obj" result valuepublic java.lang.Long getModified()
StatementRdbWrapper.SelectStatementResult
getModified in interface StatementRdbWrapper.SelectStatementResultpublic void setModified(java.lang.Long modified)
StatementRdbWrapper.SelectStatementResult
setModified in interface StatementRdbWrapper.SelectStatementResultmodified - the "Modified" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||