org.openanzo.common.rdb.sql
Interface GlitterSQL.SelectInferedInferenceResult

All Known Implementing Classes:
GlitterSQL.SelectInferedInferenceResultImpl
Enclosing class:
GlitterSQL

public static interface GlitterSQL.SelectInferedInferenceResult

Interface for holding the results of the selectInferedInference prepared statement.


Method Summary
 java.lang.String getObj()
          Get the "Obj" result value
 java.lang.String getObjInfer()
          Get the "ObjInfer" result value
 java.lang.String getProp()
          Get the "Prop" result value
 void setObj(java.lang.String obj)
          Set the "Obj" result value
 void setObjInfer(java.lang.String objInfer)
          Set the "ObjInfer" result value
 void setProp(java.lang.String prop)
          Set the "Prop" result value
 

Method Detail

getProp

java.lang.String getProp()
                         throws RdbException
Get the "Prop" result value

Returns:
the "Prop" result value
Throws:
RdbException

setProp

void setProp(java.lang.String prop)
             throws RdbException
Set the "Prop" result value

Parameters:
prop - the "Prop" result value
Throws:
RdbException

getObj

java.lang.String getObj()
                        throws RdbException
Get the "Obj" result value

Returns:
the "Obj" result value
Throws:
RdbException

setObj

void setObj(java.lang.String obj)
            throws RdbException
Set the "Obj" result value

Parameters:
obj - the "Obj" result value
Throws:
RdbException

getObjInfer

java.lang.String getObjInfer()
                             throws RdbException
Get the "ObjInfer" result value

Returns:
the "ObjInfer" result value
Throws:
RdbException

setObjInfer

void setObjInfer(java.lang.String objInfer)
                 throws RdbException
Set the "ObjInfer" result value

Parameters:
objInfer - the "ObjInfer" result value
Throws:
RdbException


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