org.openanzo.server.repository.rdb.sql
Interface NamedGraphRdbWrapper.SelectNamedGraphUrisResult

All Known Implementing Classes:
NamedGraphRdbWrapper.SelectNamedGraphUrisResultImpl
Enclosing class:
NamedGraphRdbWrapper

public static interface NamedGraphRdbWrapper.SelectNamedGraphUrisResult

Interface for holding the results of the selectNamedGraphUris prepared statement.


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
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" result value

Returns:
the "Id" result value
Throws:
AnzoException

setId

void setId(long id)
           throws AnzoException
Set the "Id" result value

Parameters:
id - the "Id" result value
Throws:
AnzoException

getUri

java.lang.String getUri()
                        throws AnzoException
Get the "Uri" result value

Returns:
the "Uri" result value
Throws:
AnzoException

setUri

void setUri(java.lang.String uri)
            throws AnzoException
Set the "Uri" result value

Parameters:
uri - the "Uri" result value
Throws:
AnzoException


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