org.openanzo.common.rdb.sql
Class GlitterSQL.SelectInferedInferenceResultImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.GlitterSQL.SelectInferedInferenceResultImpl
All Implemented Interfaces:
GlitterSQL.SelectInferedInferenceResult
Enclosing class:
GlitterSQL

public static class GlitterSQL.SelectInferedInferenceResultImpl
extends java.lang.Object
implements GlitterSQL.SelectInferedInferenceResult

Default implementation of SelectInferedInferenceResult


Field Summary
 java.lang.String obj
          Value for the "obj" result value
 java.lang.String objInfer
          Value for the "objInfer" result value
 java.lang.String prop
          Value for the "prop" result value
 
Constructor Summary
GlitterSQL.SelectInferedInferenceResultImpl()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prop

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


obj

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


objInfer

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

Constructor Detail

GlitterSQL.SelectInferedInferenceResultImpl

public GlitterSQL.SelectInferedInferenceResultImpl()
Method Detail

getProp

public java.lang.String getProp()
Description copied from interface: GlitterSQL.SelectInferedInferenceResult
Get the "Prop" result value

Specified by:
getProp in interface GlitterSQL.SelectInferedInferenceResult
Returns:
the "Prop" result value

setProp

public void setProp(java.lang.String prop)
Description copied from interface: GlitterSQL.SelectInferedInferenceResult
Set the "Prop" result value

Specified by:
setProp in interface GlitterSQL.SelectInferedInferenceResult
Parameters:
prop - the "Prop" result value

getObj

public java.lang.String getObj()
Description copied from interface: GlitterSQL.SelectInferedInferenceResult
Get the "Obj" result value

Specified by:
getObj in interface GlitterSQL.SelectInferedInferenceResult
Returns:
the "Obj" result value

setObj

public void setObj(java.lang.String obj)
Description copied from interface: GlitterSQL.SelectInferedInferenceResult
Set the "Obj" result value

Specified by:
setObj in interface GlitterSQL.SelectInferedInferenceResult
Parameters:
obj - the "Obj" result value

getObjInfer

public java.lang.String getObjInfer()
Description copied from interface: GlitterSQL.SelectInferedInferenceResult
Get the "ObjInfer" result value

Specified by:
getObjInfer in interface GlitterSQL.SelectInferedInferenceResult
Returns:
the "ObjInfer" result value

setObjInfer

public void setObjInfer(java.lang.String objInfer)
Description copied from interface: GlitterSQL.SelectInferedInferenceResult
Set the "ObjInfer" result value

Specified by:
setObjInfer in interface GlitterSQL.SelectInferedInferenceResult
Parameters:
objInfer - the "ObjInfer" result value


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