org.openanzo.server.repository.rdb.sql
Class NamedGraphRdbWrapper.InsertNamedGraphParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.InsertNamedGraphParamsImpl
All Implemented Interfaces:
NamedGraphRdbWrapper.InsertNamedGraphParams
Enclosing class:
NamedGraphRdbWrapper

public static class NamedGraphRdbWrapper.InsertNamedGraphParamsImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.InsertNamedGraphParams

Default implementation of InsertNamedGraphParams


Constructor Summary
NamedGraphRdbWrapper.InsertNamedGraphParamsImpl()
           
 
Method Summary
 long getAclid()
          Get the "Aclid" parameter to use within prepared statement
 long getCreatedBy()
          Get the "CreatedBy" parameter to use within prepared statement
 long getLastModifiedBy()
          Get the "LastModifiedBy" parameter to use within prepared statement
 long getMetaId()
          Get the "MetaId" parameter to use within prepared statement
 java.lang.Long getModified()
          Get the "Modified" parameter to use within prepared statement
 long getNamedgraphid()
          Get the "Namedgraphid" parameter to use within prepared statement
 long getRevision()
          Get the "Revision" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedGraphRdbWrapper.InsertNamedGraphParamsImpl

public NamedGraphRdbWrapper.InsertNamedGraphParamsImpl()
Method Detail

getModified

public java.lang.Long getModified()
Description copied from interface: NamedGraphRdbWrapper.InsertNamedGraphParams
Get the "Modified" parameter to use within prepared statement

Specified by:
getModified in interface NamedGraphRdbWrapper.InsertNamedGraphParams
Returns:
the Modified to use within prepared statement

getNamedgraphid

public long getNamedgraphid()
Description copied from interface: NamedGraphRdbWrapper.InsertNamedGraphParams
Get the "Namedgraphid" parameter to use within prepared statement

Specified by:
getNamedgraphid in interface NamedGraphRdbWrapper.InsertNamedGraphParams
Returns:
the Namedgraphid to use within prepared statement

getMetaId

public long getMetaId()
Description copied from interface: NamedGraphRdbWrapper.InsertNamedGraphParams
Get the "MetaId" parameter to use within prepared statement

Specified by:
getMetaId in interface NamedGraphRdbWrapper.InsertNamedGraphParams
Returns:
the MetaId to use within prepared statement

getAclid

public long getAclid()
Description copied from interface: NamedGraphRdbWrapper.InsertNamedGraphParams
Get the "Aclid" parameter to use within prepared statement

Specified by:
getAclid in interface NamedGraphRdbWrapper.InsertNamedGraphParams
Returns:
the Aclid to use within prepared statement

getCreatedBy

public long getCreatedBy()
Description copied from interface: NamedGraphRdbWrapper.InsertNamedGraphParams
Get the "CreatedBy" parameter to use within prepared statement

Specified by:
getCreatedBy in interface NamedGraphRdbWrapper.InsertNamedGraphParams
Returns:
the CreatedBy to use within prepared statement

getRevision

public long getRevision()
Description copied from interface: NamedGraphRdbWrapper.InsertNamedGraphParams
Get the "Revision" parameter to use within prepared statement

Specified by:
getRevision in interface NamedGraphRdbWrapper.InsertNamedGraphParams
Returns:
the Revision to use within prepared statement

getLastModifiedBy

public long getLastModifiedBy()
Description copied from interface: NamedGraphRdbWrapper.InsertNamedGraphParams
Get the "LastModifiedBy" parameter to use within prepared statement

Specified by:
getLastModifiedBy in interface NamedGraphRdbWrapper.InsertNamedGraphParams
Returns:
the LastModifiedBy to use within prepared statement


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