org.openanzo.common.rdb.sql
Class NodeSQL.SelectResolvedUriIdsResultImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.NodeSQL.SelectResolvedUriIdsResultImpl
All Implemented Interfaces:
NodeSQL.SelectResolvedUriIdsResult
Enclosing class:
NodeSQL

public static class NodeSQL.SelectResolvedUriIdsResultImpl
extends java.lang.Object
implements NodeSQL.SelectResolvedUriIdsResult

Default implementation of SelectResolvedUriIdsResult


Field Summary
 long id
          Value for the "id" result value
 java.lang.String value
          Value for the "value" result value
 
Constructor Summary
NodeSQL.SelectResolvedUriIdsResultImpl()
           
 
Method Summary
 long getId()
          Get the "Id" result value
 java.lang.String getValue()
          Get the "Value" result value
 void setId(long id)
          Set the "Id" result value
 void setValue(java.lang.String value)
          Set the "Value" 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


value

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

Constructor Detail

NodeSQL.SelectResolvedUriIdsResultImpl

public NodeSQL.SelectResolvedUriIdsResultImpl()
Method Detail

getId

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

Specified by:
getId in interface NodeSQL.SelectResolvedUriIdsResult
Returns:
the "Id" result value

setId

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

Specified by:
setId in interface NodeSQL.SelectResolvedUriIdsResult
Parameters:
id - the "Id" result value

getValue

public java.lang.String getValue()
Description copied from interface: NodeSQL.SelectResolvedUriIdsResult
Get the "Value" result value

Specified by:
getValue in interface NodeSQL.SelectResolvedUriIdsResult
Returns:
the "Value" result value

setValue

public void setValue(java.lang.String value)
Description copied from interface: NodeSQL.SelectResolvedUriIdsResult
Set the "Value" result value

Specified by:
setValue in interface NodeSQL.SelectResolvedUriIdsResult
Parameters:
value - the "Value" result value


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