org.openanzo.server.repository.rdb.sql
Class NamedGraphRdbWrapper.SelectMetaGraphUrisResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.SelectMetaGraphUrisResultImpl
All Implemented Interfaces:
NamedGraphRdbWrapper.SelectMetaGraphUrisResult
Enclosing class:
NamedGraphRdbWrapper

public static class NamedGraphRdbWrapper.SelectMetaGraphUrisResultImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.SelectMetaGraphUrisResult

Default implementation of SelectMetaGraphUrisResult


Field Summary
 long id
          Value for the "id" result value
 java.lang.String uri
          Value for the "uri" result value
 
Constructor Summary
NamedGraphRdbWrapper.SelectMetaGraphUrisResultImpl()
           
 
Method Summary
 long getId()
          Get the "Id" result value
 java.lang.String getUri()
          Get the "Uri" result value
 void setId(long id)
          Set the "Id" result value
 void setUri(java.lang.String uri)
          Set the "Uri" 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


uri

public java.lang.String uri
Value for the "uri" result value

Constructor Detail

NamedGraphRdbWrapper.SelectMetaGraphUrisResultImpl

public NamedGraphRdbWrapper.SelectMetaGraphUrisResultImpl()
Method Detail

getId

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

Specified by:
getId in interface NamedGraphRdbWrapper.SelectMetaGraphUrisResult
Returns:
the "Id" result value

setId

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

Specified by:
setId in interface NamedGraphRdbWrapper.SelectMetaGraphUrisResult
Parameters:
id - the "Id" result value

getUri

public java.lang.String getUri()
Description copied from interface: NamedGraphRdbWrapper.SelectMetaGraphUrisResult
Get the "Uri" result value

Specified by:
getUri in interface NamedGraphRdbWrapper.SelectMetaGraphUrisResult
Returns:
the "Uri" result value

setUri

public void setUri(java.lang.String uri)
Description copied from interface: NamedGraphRdbWrapper.SelectMetaGraphUrisResult
Set the "Uri" result value

Specified by:
setUri in interface NamedGraphRdbWrapper.SelectMetaGraphUrisResult
Parameters:
uri - the "Uri" result value


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