org.openanzo.server.repository.rdb.sql
Class StatementFindRdbWrapper.SelectTempQuadIdNodesResultImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.StatementFindRdbWrapper.SelectTempQuadIdNodesResultImpl
All Implemented Interfaces:
StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Enclosing class:
StatementFindRdbWrapper

public static class StatementFindRdbWrapper.SelectTempQuadIdNodesResultImpl
extends java.lang.Object
implements StatementFindRdbWrapper.SelectTempQuadIdNodesResult

Default implementation of SelectTempQuadIdNodesResult


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


modifierId

public long modifierId
Value for the "modifierId" result value

Constructor Detail

StatementFindRdbWrapper.SelectTempQuadIdNodesResultImpl

public StatementFindRdbWrapper.SelectTempQuadIdNodesResultImpl()
Method Detail

getId

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

Specified by:
getId in interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Returns:
the "Id" result value

setId

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

Specified by:
setId in interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Parameters:
id - the "Id" result value

getValue

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

Specified by:
getValue in interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Returns:
the "Value" result value

setValue

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

Specified by:
setValue in interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Parameters:
value - the "Value" result value

getModifierId

public long getModifierId()
Description copied from interface: StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Get the "ModifierId" result value

Specified by:
getModifierId in interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Returns:
the "ModifierId" result value

setModifierId

public void setModifierId(long modifierId)
Description copied from interface: StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Set the "ModifierId" result value

Specified by:
setModifierId in interface StatementFindRdbWrapper.SelectTempQuadIdNodesResult
Parameters:
modifierId - the "ModifierId" result value


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