org.openanzo.server.repository.rdb.sql
Class ReplicationRdbWrapper.SelectSTRowsResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectSTRowsResultImpl
All Implemented Interfaces:
ReplicationRdbWrapper.SelectSTRowsResult
Enclosing class:
ReplicationRdbWrapper

public static class ReplicationRdbWrapper.SelectSTRowsResultImpl
extends java.lang.Object
implements ReplicationRdbWrapper.SelectSTRowsResult

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

id

public long id
Value for the "id" result value


namedGraphId

public long namedGraphId
Value for the "namedGraphId" result value


type

public long type
Value for the "type" result value


counter

public long counter
Value for the "counter" result value

Constructor Detail

ReplicationRdbWrapper.SelectSTRowsResultImpl

public ReplicationRdbWrapper.SelectSTRowsResultImpl()
Method Detail

getId

public long getId()
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Get the "Id" result value

Specified by:
getId in interface ReplicationRdbWrapper.SelectSTRowsResult
Returns:
the "Id" result value

setId

public void setId(long id)
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Set the "Id" result value

Specified by:
setId in interface ReplicationRdbWrapper.SelectSTRowsResult
Parameters:
id - the "Id" result value

getNamedGraphId

public long getNamedGraphId()
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Get the "NamedGraphId" result value

Specified by:
getNamedGraphId in interface ReplicationRdbWrapper.SelectSTRowsResult
Returns:
the "NamedGraphId" result value

setNamedGraphId

public void setNamedGraphId(long namedGraphId)
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Set the "NamedGraphId" result value

Specified by:
setNamedGraphId in interface ReplicationRdbWrapper.SelectSTRowsResult
Parameters:
namedGraphId - the "NamedGraphId" result value

getType

public long getType()
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Get the "Type" result value

Specified by:
getType in interface ReplicationRdbWrapper.SelectSTRowsResult
Returns:
the "Type" result value

setType

public void setType(long type)
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Set the "Type" result value

Specified by:
setType in interface ReplicationRdbWrapper.SelectSTRowsResult
Parameters:
type - the "Type" result value

getCounter

public long getCounter()
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Get the "Counter" result value

Specified by:
getCounter in interface ReplicationRdbWrapper.SelectSTRowsResult
Returns:
the "Counter" result value

setCounter

public void setCounter(long counter)
Description copied from interface: ReplicationRdbWrapper.SelectSTRowsResult
Set the "Counter" result value

Specified by:
setCounter in interface ReplicationRdbWrapper.SelectSTRowsResult
Parameters:
counter - the "Counter" result value


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.