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

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

public static class GlitterSQL.DeleteInferedObjectParamsImpl
extends java.lang.Object
implements GlitterSQL.DeleteInferedObjectParams

Default implementation of DeleteInferedObjectParams


Constructor Summary
GlitterSQL.DeleteInferedObjectParamsImpl()
           
 
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.DeleteInferedObjectParamsImpl

public GlitterSQL.DeleteInferedObjectParamsImpl()
Method Detail

getOntId

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

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

getPropId

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

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

getObjId

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

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

getInferedObjId

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

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


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