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

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

public static class GlitterSQL.InsertInferedPropertyParamsImpl
extends java.lang.Object
implements GlitterSQL.InsertInferedPropertyParams

Default implementation of InsertInferedPropertyParams


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

public GlitterSQL.InsertInferedPropertyParamsImpl()
Method Detail

getOntId

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

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

getPropId

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

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

getInferedPropId

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

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


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