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

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

public static class NodeSQL.FetchAllCommonValuesResultImpl
extends java.lang.Object
implements NodeSQL.FetchAllCommonValuesResult

Default implementation of FetchAllCommonValuesResult


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

public NodeSQL.FetchAllCommonValuesResultImpl()
Method Detail

getId

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

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

setId

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

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

getValue

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

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

setValue

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

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


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