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

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

public static class NamedGraphRdbWrapper.SelectNamedGraphUrisResultImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.SelectNamedGraphUrisResult

Default implementation of SelectNamedGraphUrisResult


Field Summary
 long id
          Value for the "id" result value
 java.lang.String uri
          Value for the "uri" result value
 
Constructor Summary
NamedGraphRdbWrapper.SelectNamedGraphUrisResultImpl()
           
 
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.SelectNamedGraphUrisResultImpl

public NamedGraphRdbWrapper.SelectNamedGraphUrisResultImpl()
Method Detail

getId

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

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

setId

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

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

getUri

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

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

setUri

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

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


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