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

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

public static class NodeSQL.ResolveIdsLiteralResultImpl
extends java.lang.Object
implements NodeSQL.ResolveIdsLiteralResult

Default implementation of ResolveIdsLiteralResult


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

NodeSQL.ResolveIdsLiteralResultImpl

public NodeSQL.ResolveIdsLiteralResultImpl()
Method Detail

getId

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

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

setId

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

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

getValue

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

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

setValue

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

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

getModifierId

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

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

setModifierId

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

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


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