org.openanzo.server.repository.rdb.sql
Class InferenceRdbWrapper.InsertInferedObjectParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.InferenceRdbWrapper.InsertInferedObjectParamsImpl
All Implemented Interfaces:
InferenceRdbWrapper.InsertInferedObjectParams
Enclosing class:
InferenceRdbWrapper

public static class InferenceRdbWrapper.InsertInferedObjectParamsImpl
extends java.lang.Object
implements InferenceRdbWrapper.InsertInferedObjectParams

Default implementation of InsertInferedObjectParams


Constructor Summary
InferenceRdbWrapper.InsertInferedObjectParamsImpl()
           
 
Method Summary
 java.lang.Long getObj()
          Get the "Obj" parameter to use within prepared statement
 java.lang.Long getObjinfer()
          Get the "Objinfer" parameter to use within prepared statement
 java.lang.Long getProp()
          Get the "Prop" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InferenceRdbWrapper.InsertInferedObjectParamsImpl

public InferenceRdbWrapper.InsertInferedObjectParamsImpl()
Method Detail

getProp

public java.lang.Long getProp()
Description copied from interface: InferenceRdbWrapper.InsertInferedObjectParams
Get the "Prop" parameter to use within prepared statement

Specified by:
getProp in interface InferenceRdbWrapper.InsertInferedObjectParams
Returns:
the Prop to use within prepared statement

getObj

public java.lang.Long getObj()
Description copied from interface: InferenceRdbWrapper.InsertInferedObjectParams
Get the "Obj" parameter to use within prepared statement

Specified by:
getObj in interface InferenceRdbWrapper.InsertInferedObjectParams
Returns:
the Obj to use within prepared statement

getObjinfer

public java.lang.Long getObjinfer()
Description copied from interface: InferenceRdbWrapper.InsertInferedObjectParams
Get the "Objinfer" parameter to use within prepared statement

Specified by:
getObjinfer in interface InferenceRdbWrapper.InsertInferedObjectParams
Returns:
the Objinfer to use within prepared statement


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