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

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

public static class InferenceRdbWrapper.InsertInferedPropertyParamsImpl
extends java.lang.Object
implements InferenceRdbWrapper.InsertInferedPropertyParams

Default implementation of InsertInferedPropertyParams


Constructor Summary
InferenceRdbWrapper.InsertInferedPropertyParamsImpl()
           
 
Method Summary
 java.lang.Long getInferredProp()
          Get the "InferredProp" 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.InsertInferedPropertyParamsImpl

public InferenceRdbWrapper.InsertInferedPropertyParamsImpl()
Method Detail

getProp

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

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

getInferredProp

public java.lang.Long getInferredProp()
Description copied from interface: InferenceRdbWrapper.InsertInferedPropertyParams
Get the "InferredProp" parameter to use within prepared statement

Specified by:
getInferredProp in interface InferenceRdbWrapper.InsertInferedPropertyParams
Returns:
the InferredProp to use within prepared statement


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