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

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

public static interface NamedGraphRdbWrapper.SelectNamedGraphResult

Interface for holding the results of the selectNamedGraph 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
 long getRevision()
          Get the "Revision" 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 setRevision(long revision)
          Set the "Revision" 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

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

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

getRevision

long getRevision()
                 throws AnzoException
Get the "Revision" result value

Returns:
the "Revision" result value
Throws:
AnzoException

setRevision

void setRevision(long revision)
                 throws AnzoException
Set the "Revision" result value

Parameters:
revision - the "Revision" 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


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