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

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

public static class NamedGraphRdbWrapper.LookupNamedGraphRevisionParamsImpl
extends java.lang.Object
implements NamedGraphRdbWrapper.LookupNamedGraphRevisionParams

Default implementation of LookupNamedGraphRevisionParams


Constructor Summary
NamedGraphRdbWrapper.LookupNamedGraphRevisionParamsImpl()
           
 
Method Summary
 java.lang.Long getEnd1()
          Get the "End1" parameter to use within prepared statement
 java.lang.Long getEnd2()
          Get the "End2" parameter to use within prepared statement
 java.lang.Long getEnd3()
          Get the "End3" parameter to use within prepared statement
 java.lang.Long getEnd4()
          Get the "End4" parameter to use within prepared statement
 long getNamedGraphId()
          Get the "NamedGraphId" parameter to use within prepared statement
 long getNamedGraphId2()
          Get the "NamedGraphId2" parameter to use within prepared statement
 java.lang.Long getStart1()
          Get the "Start1" parameter to use within prepared statement
 java.lang.Long getStart2()
          Get the "Start2" parameter to use within prepared statement
 java.lang.Long getStart3()
          Get the "Start3" parameter to use within prepared statement
 java.lang.Long getStart4()
          Get the "Start4" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" 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.LookupNamedGraphRevisionParamsImpl

public NamedGraphRdbWrapper.LookupNamedGraphRevisionParamsImpl()
Method Detail

getNamedGraphId

public long getNamedGraphId()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "NamedGraphId" parameter to use within prepared statement

Specified by:
getNamedGraphId in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the NamedGraphId to use within prepared statement

getNamedGraphId2

public long getNamedGraphId2()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "NamedGraphId2" parameter to use within prepared statement

Specified by:
getNamedGraphId2 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the NamedGraphId2 to use within prepared statement

getStart1

public java.lang.Long getStart1()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "Start1" parameter to use within prepared statement

Specified by:
getStart1 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the Start1 to use within prepared statement

getEnd1

public java.lang.Long getEnd1()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "End1" parameter to use within prepared statement

Specified by:
getEnd1 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the End1 to use within prepared statement

getStart2

public java.lang.Long getStart2()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "Start2" parameter to use within prepared statement

Specified by:
getStart2 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the Start2 to use within prepared statement

getEnd2

public java.lang.Long getEnd2()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "End2" parameter to use within prepared statement

Specified by:
getEnd2 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the End2 to use within prepared statement

getStart3

public java.lang.Long getStart3()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "Start3" parameter to use within prepared statement

Specified by:
getStart3 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the Start3 to use within prepared statement

getEnd3

public java.lang.Long getEnd3()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "End3" parameter to use within prepared statement

Specified by:
getEnd3 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the End3 to use within prepared statement

getStart4

public java.lang.Long getStart4()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "Start4" parameter to use within prepared statement

Specified by:
getStart4 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the Start4 to use within prepared statement

getEnd4

public java.lang.Long getEnd4()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "End4" parameter to use within prepared statement

Specified by:
getEnd4 in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the End4 to use within prepared statement

getUserId

public long getUserId()
Description copied from interface: NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Get the "UserId" parameter to use within prepared statement

Specified by:
getUserId in interface NamedGraphRdbWrapper.LookupNamedGraphRevisionParams
Returns:
the UserId to use within prepared statement


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