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

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

public static interface NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResult

Interface for holding the results of the getNamedGraphsMetaIdAndAciHistoryNew 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.