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

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

public static interface NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResult

Interface for holding the results of the getNamedGraphsMetaIdAndAciHistory prepared statement.


Method Summary
 int getCanRead()
          Get the "CanRead" result value
 long getMetaId()
          Get the "MetaId" result value
 void setCanRead(int canRead)
          Set the "CanRead" result value
 void setMetaId(long metaId)
          Set the "MetaId" 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

getCanRead

int getCanRead()
               throws AnzoException
Get the "CanRead" result value

Returns:
the "CanRead" result value
Throws:
AnzoException

setCanRead

void setCanRead(int canRead)
                throws AnzoException
Set the "CanRead" result value

Parameters:
canRead - the "CanRead" result value
Throws:
AnzoException


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