|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectSTRowsResultImpl
public static class ReplicationRdbWrapper.SelectSTRowsResultImpl
Default implementation of SelectSTRowsResult
| Field Summary | |
|---|---|
long |
counter
Value for the "counter" result value |
long |
id
Value for the "id" result value |
long |
namedGraphId
Value for the "namedGraphId" result value |
long |
type
Value for the "type" result value |
| Constructor Summary | |
|---|---|
ReplicationRdbWrapper.SelectSTRowsResultImpl()
|
|
| Method Summary | |
|---|---|
long |
getCounter()
Get the "Counter" result value |
long |
getId()
Get the "Id" result value |
long |
getNamedGraphId()
Get the "NamedGraphId" result value |
long |
getType()
Get the "Type" result value |
void |
setCounter(long counter)
Set the "Counter" result value |
void |
setId(long id)
Set the "Id" result value |
void |
setNamedGraphId(long namedGraphId)
Set the "NamedGraphId" result value |
void |
setType(long type)
Set the "Type" result value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long id
public long namedGraphId
public long type
public long counter
| Constructor Detail |
|---|
public ReplicationRdbWrapper.SelectSTRowsResultImpl()
| Method Detail |
|---|
public long getId()
ReplicationRdbWrapper.SelectSTRowsResult
getId in interface ReplicationRdbWrapper.SelectSTRowsResultpublic void setId(long id)
ReplicationRdbWrapper.SelectSTRowsResult
setId in interface ReplicationRdbWrapper.SelectSTRowsResultid - the "Id" result valuepublic long getNamedGraphId()
ReplicationRdbWrapper.SelectSTRowsResult
getNamedGraphId in interface ReplicationRdbWrapper.SelectSTRowsResultpublic void setNamedGraphId(long namedGraphId)
ReplicationRdbWrapper.SelectSTRowsResult
setNamedGraphId in interface ReplicationRdbWrapper.SelectSTRowsResultnamedGraphId - the "NamedGraphId" result valuepublic long getType()
ReplicationRdbWrapper.SelectSTRowsResult
getType in interface ReplicationRdbWrapper.SelectSTRowsResultpublic void setType(long type)
ReplicationRdbWrapper.SelectSTRowsResult
setType in interface ReplicationRdbWrapper.SelectSTRowsResulttype - the "Type" result valuepublic long getCounter()
ReplicationRdbWrapper.SelectSTRowsResult
getCounter in interface ReplicationRdbWrapper.SelectSTRowsResultpublic void setCounter(long counter)
ReplicationRdbWrapper.SelectSTRowsResult
setCounter in interface ReplicationRdbWrapper.SelectSTRowsResultcounter - the "Counter" result value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||