org.openanzo.server.repository.rdb.sql
Interface InferenceRdbWrapper.InsertInferedObjectParams

All Known Implementing Classes:
InferenceRdbWrapper.InsertInferedObjectParamsImpl
Enclosing class:
InferenceRdbWrapper

public static interface InferenceRdbWrapper.InsertInferedObjectParams

Interface for managing the parameters to the insertInferedObject prepared statement.


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
 

Method Detail

getProp

java.lang.Long getProp()
                       throws AnzoException
Get the "Prop" parameter to use within prepared statement

Returns:
the Prop to use within prepared statement
Throws:
AnzoException

getObj

java.lang.Long getObj()
                      throws AnzoException
Get the "Obj" parameter to use within prepared statement

Returns:
the Obj to use within prepared statement
Throws:
AnzoException

getObjinfer

java.lang.Long getObjinfer()
                           throws AnzoException
Get the "Objinfer" parameter to use within prepared statement

Returns:
the Objinfer to use within prepared statement
Throws:
AnzoException


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