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

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

public static class NodeSQL.SelectAllResolvedLiteralIdsResultImpl
extends java.lang.Object
implements NodeSQL.SelectAllResolvedLiteralIdsResult

Default implementation of SelectAllResolvedLiteralIdsResult


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.SelectAllResolvedLiteralIdsResultImpl()
           
 
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.SelectAllResolvedLiteralIdsResultImpl

public NodeSQL.SelectAllResolvedLiteralIdsResultImpl()
Method Detail

getId

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

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

setId

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

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

getModifierId

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

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

setModifierId

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

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

getValue

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

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

setValue

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

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


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