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

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

public static class GlitterSQL.CountInferedObjectParamsImpl
extends java.lang.Object
implements GlitterSQL.CountInferedObjectParams

Default implementation of CountInferedObjectParams


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

public GlitterSQL.CountInferedObjectParamsImpl()
Method Detail

getOntId

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

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

getPropId

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

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

getObjId

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

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

getInferedObjId

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

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


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