org.openanzo.server.repository.rdb.sql
Interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult

All Known Implementing Classes:
StatementFindRdbWrapper.SelectTempQuadIdNodesResultImpl
Enclosing class:
StatementFindRdbWrapper

public static interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult

Interface for holding the results of the selectTempQuadIdNodes prepared statement.


Method Summary
 long getId()
          Get the "Id" result value
 long getModifierId()
          Get the "ModifierId" result value
 java.lang.String getValue()
          Get the "Value" result value
 void setId(long id)
          Set the "Id" result value
 void setModifierId(long modifierId)
          Set the "ModifierId" result value
 void setValue(java.lang.String value)
          Set the "Value" 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

getValue

java.lang.String getValue()
                          throws AnzoException
Get the "Value" result value

Returns:
the "Value" result value
Throws:
AnzoException

setValue

void setValue(java.lang.String value)
              throws AnzoException
Set the "Value" result value

Parameters:
value - the "Value" result value
Throws:
AnzoException

getModifierId

long getModifierId()
                   throws AnzoException
Get the "ModifierId" result value

Returns:
the "ModifierId" result value
Throws:
AnzoException

setModifierId

void setModifierId(long modifierId)
                   throws AnzoException
Set the "ModifierId" result value

Parameters:
modifierId - the "ModifierId" result value
Throws:
AnzoException


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