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

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

public static class NodeSQL.ResolveLiteralsResultImpl
extends java.lang.Object
implements NodeSQL.ResolveLiteralsResult

Default implementation of ResolveLiteralsResult


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

node_id

public long node_id
Value for the "node_id" result value


value

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


modifier_id

public java.lang.Long modifier_id
Value for the "modifier_id" result value

Constructor Detail

NodeSQL.ResolveLiteralsResultImpl

public NodeSQL.ResolveLiteralsResultImpl()
Method Detail

getNode_id

public long getNode_id()
Description copied from interface: NodeSQL.ResolveLiteralsResult
Get the "Node_id" result value

Specified by:
getNode_id in interface NodeSQL.ResolveLiteralsResult
Returns:
the "Node_id" result value

setNode_id

public void setNode_id(long node_id)
Description copied from interface: NodeSQL.ResolveLiteralsResult
Set the "Node_id" result value

Specified by:
setNode_id in interface NodeSQL.ResolveLiteralsResult
Parameters:
node_id - the "Node_id" result value

getValue

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

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

setValue

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

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

getModifier_id

public java.lang.Long getModifier_id()
Description copied from interface: NodeSQL.ResolveLiteralsResult
Get the "Modifier_id" result value

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

setModifier_id

public void setModifier_id(java.lang.Long modifier_id)
Description copied from interface: NodeSQL.ResolveLiteralsResult
Set the "Modifier_id" result value

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


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