org.openanzo.server.repository.rdb.sql
Interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult

All Known Implementing Classes:
NamedGraphRdbWrapper.GetNamedGraphAtRevisionResultImpl
Enclosing class:
NamedGraphRdbWrapper

public static interface NamedGraphRdbWrapper.GetNamedGraphAtRevisionResult

Interface for holding the results of the getNamedGraphAtRevision prepared statement.


Method Summary
 long getAclid()
          Get the "Aclid" result value
 long getCreatedBy()
          Get the "CreatedBy" result value
 long getLastModifiedBy()
          Get the "LastModifiedBy" result value
 long getMetaId()
          Get the "MetaId" result value
 java.lang.Long getModified()
          Get the "Modified" result value
 void setAclid(long aclid)
          Set the "Aclid" result value
 void setCreatedBy(long createdBy)
          Set the "CreatedBy" result value
 void setLastModifiedBy(long lastModifiedBy)
          Set the "LastModifiedBy" result value
 void setMetaId(long metaId)
          Set the "MetaId" result value
 void setModified(java.lang.Long modified)
          Set the "Modified" result value
 

Method Detail

getMetaId

long getMetaId()
               throws AnzoException
Get the "MetaId" result value

Returns:
the "MetaId" result value
Throws:
AnzoException

setMetaId

void setMetaId(long metaId)
               throws AnzoException
Set the "MetaId" result value

Parameters:
metaId - the "MetaId" result value
Throws:
AnzoException

getModified

java.lang.Long getModified()
                           throws AnzoException
Get the "Modified" result value

Returns:
the "Modified" result value
Throws:
AnzoException

setModified

void setModified(java.lang.Long modified)
                 throws AnzoException
Set the "Modified" result value

Parameters:
modified - the "Modified" result value
Throws:
AnzoException

getAclid

long getAclid()
              throws AnzoException
Get the "Aclid" result value

Returns:
the "Aclid" result value
Throws:
AnzoException

setAclid

void setAclid(long aclid)
              throws AnzoException
Set the "Aclid" result value

Parameters:
aclid - the "Aclid" result value
Throws:
AnzoException

getLastModifiedBy

long getLastModifiedBy()
                       throws AnzoException
Get the "LastModifiedBy" result value

Returns:
the "LastModifiedBy" result value
Throws:
AnzoException

setLastModifiedBy

void setLastModifiedBy(long lastModifiedBy)
                       throws AnzoException
Set the "LastModifiedBy" result value

Parameters:
lastModifiedBy - the "LastModifiedBy" result value
Throws:
AnzoException

getCreatedBy

long getCreatedBy()
                  throws AnzoException
Get the "CreatedBy" result value

Returns:
the "CreatedBy" result value
Throws:
AnzoException

setCreatedBy

void setCreatedBy(long createdBy)
                  throws AnzoException
Set the "CreatedBy" result value

Parameters:
createdBy - the "CreatedBy" result value
Throws:
AnzoException


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