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

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

public static class NodeSQL.SelectResolvedLiteralIdsResultImpl
extends java.lang.Object
implements NodeSQL.SelectResolvedLiteralIdsResult

Default implementation of SelectResolvedLiteralIdsResult


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
NodeSQL.SelectResolvedLiteralIdsResultImpl()
           
 
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


modifierId

public long modifierId
Value for the "modifierId" result value


value

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

Constructor Detail

NodeSQL.SelectResolvedLiteralIdsResultImpl

public NodeSQL.SelectResolvedLiteralIdsResultImpl()
Method Detail

getId

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

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

setId

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

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

getModifierId

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

Specified by:
getModifierId in interface NodeSQL.SelectResolvedLiteralIdsResult
Returns:
the "ModifierId" result value

setModifierId

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

Specified by:
setModifierId in interface NodeSQL.SelectResolvedLiteralIdsResult
Parameters:
modifierId - the "ModifierId" result value

getValue

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

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

setValue

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

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


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