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

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

public static class GlitterSQL.DeleteInferedPropertyParamsImpl
extends java.lang.Object
implements GlitterSQL.DeleteInferedPropertyParams

Default implementation of DeleteInferedPropertyParams


Constructor Summary
GlitterSQL.DeleteInferedPropertyParamsImpl()
           
 
Method Summary
 long getInferedPropId()
          Get the "InferedPropId" 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.DeleteInferedPropertyParamsImpl

public GlitterSQL.DeleteInferedPropertyParamsImpl()
Method Detail

getOntId

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

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

getPropId

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

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

getInferedPropId

public long getInferedPropId()
Description copied from interface: GlitterSQL.DeleteInferedPropertyParams
Get the "InferedPropId" parameter to use within prepared statement

Specified by:
getInferedPropId in interface GlitterSQL.DeleteInferedPropertyParams
Returns:
the InferedPropId to use within prepared statement


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