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

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

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

Default implementation of InsertInferedObjectParams


Constructor Summary
GlitterSQL.InsertInferedObjectParamsImpl()
           
 
Method Summary
 long getInferedObjId()
          Get the "InferedObjId" parameter to use within prepared statement
 long getObjId()
          Get the "ObjId" parameter to use within prepared statement
 long getOntId()
          Get the "OntId" parameter to use within prepared statement
 long getPropId()
          Get the "PropId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlitterSQL.InsertInferedObjectParamsImpl

public GlitterSQL.InsertInferedObjectParamsImpl()
Method Detail

getOntId

public long getOntId()
Description copied from interface: GlitterSQL.InsertInferedObjectParams
Get the "OntId" parameter to use within prepared statement

Specified by:
getOntId in interface GlitterSQL.InsertInferedObjectParams
Returns:
the OntId to use within prepared statement

getPropId

public long getPropId()
Description copied from interface: GlitterSQL.InsertInferedObjectParams
Get the "PropId" parameter to use within prepared statement

Specified by:
getPropId in interface GlitterSQL.InsertInferedObjectParams
Returns:
the PropId to use within prepared statement

getObjId

public long getObjId()
Description copied from interface: GlitterSQL.InsertInferedObjectParams
Get the "ObjId" parameter to use within prepared statement

Specified by:
getObjId in interface GlitterSQL.InsertInferedObjectParams
Returns:
the ObjId to use within prepared statement

getInferedObjId

public long getInferedObjId()
Description copied from interface: GlitterSQL.InsertInferedObjectParams
Get the "InferedObjId" parameter to use within prepared statement

Specified by:
getInferedObjId in interface GlitterSQL.InsertInferedObjectParams
Returns:
the InferedObjId to use within prepared statement


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