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

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

public static class NodeSQL.SelectAllIdsResultImpl
extends java.lang.Object
implements NodeSQL.SelectAllIdsResult

Default implementation of SelectAllIdsResult


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

type

public long type
Value for the "type" result value


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.SelectAllIdsResultImpl

public NodeSQL.SelectAllIdsResultImpl()
Method Detail

getType

public long getType()
Description copied from interface: NodeSQL.SelectAllIdsResult
Get the "Type" result value

Specified by:
getType in interface NodeSQL.SelectAllIdsResult
Returns:
the "Type" result value

setType

public void setType(long type)
Description copied from interface: NodeSQL.SelectAllIdsResult
Set the "Type" result value

Specified by:
setType in interface NodeSQL.SelectAllIdsResult
Parameters:
type - the "Type" result value

getId

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

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

setId

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

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

getValue

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

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

setValue

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

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


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