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

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

public static class NodeSQL.FetchLiteralNodeValueResultImpl
extends java.lang.Object
implements NodeSQL.FetchLiteralNodeValueResult

Default implementation of FetchLiteralNodeValueResult


Field Summary
 long modifier_id
          Value for the "modifier_id" result value
 java.lang.String value
          Value for the "value" result value
 
Constructor Summary
NodeSQL.FetchLiteralNodeValueResultImpl()
           
 
Method Summary
 long getModifier_id()
          Get the "Modifier_id" result value
 java.lang.String getValue()
          Get the "Value" result value
 void setModifier_id(long modifier_id)
          Set the "Modifier_id" 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

value

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


modifier_id

public long modifier_id
Value for the "modifier_id" result value

Constructor Detail

NodeSQL.FetchLiteralNodeValueResultImpl

public NodeSQL.FetchLiteralNodeValueResultImpl()
Method Detail

getValue

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

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

setValue

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

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

getModifier_id

public long getModifier_id()
Description copied from interface: NodeSQL.FetchLiteralNodeValueResult
Get the "Modifier_id" result value

Specified by:
getModifier_id in interface NodeSQL.FetchLiteralNodeValueResult
Returns:
the "Modifier_id" result value

setModifier_id

public void setModifier_id(long modifier_id)
Description copied from interface: NodeSQL.FetchLiteralNodeValueResult
Set the "Modifier_id" result value

Specified by:
setModifier_id in interface NodeSQL.FetchLiteralNodeValueResult
Parameters:
modifier_id - the "Modifier_id" result value


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