org.openanzo.server.repository.rdb.sql
Interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult

All Known Implementing Classes:
ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl
Enclosing class:
ReplicationRdbWrapper

public static interface ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResult

Interface for holding the results of the selectNamedGraphsStatementsDeltas prepared statement.


Method Summary
 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
 long getNewAclId()
          Get the "NewAclId" result value
 long getNewId()
          Get the "NewId" result value
 long getNewRevision()
          Get the "NewRevision" result value
 long getOldAclId()
          Get the "OldAclId" result value
 long getOldId()
          Get the "OldId" result value
 long getOldRevision()
          Get the "OldRevision" 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
 void setNewAclId(long newAclId)
          Set the "NewAclId" result value
 void setNewId(long newId)
          Set the "NewId" result value
 void setNewRevision(long newRevision)
          Set the "NewRevision" result value
 void setOldAclId(long oldAclId)
          Set the "OldAclId" result value
 void setOldId(long oldId)
          Set the "OldId" result value
 void setOldRevision(long oldRevision)
          Set the "OldRevision" result value
 

Method Detail

getNewId

long getNewId()
              throws AnzoException
Get the "NewId" result value

Returns:
the "NewId" result value
Throws:
AnzoException

setNewId

void setNewId(long newId)
              throws AnzoException
Set the "NewId" result value

Parameters:
newId - the "NewId" result value
Throws:
AnzoException

getOldId

long getOldId()
              throws AnzoException
Get the "OldId" result value

Returns:
the "OldId" result value
Throws:
AnzoException

setOldId

void setOldId(long oldId)
              throws AnzoException
Set the "OldId" result value

Parameters:
oldId - the "OldId" result value
Throws:
AnzoException

getNewAclId

long getNewAclId()
                 throws AnzoException
Get the "NewAclId" result value

Returns:
the "NewAclId" result value
Throws:
AnzoException

setNewAclId

void setNewAclId(long newAclId)
                 throws AnzoException
Set the "NewAclId" result value

Parameters:
newAclId - the "NewAclId" result value
Throws:
AnzoException

getOldAclId

long getOldAclId()
                 throws AnzoException
Get the "OldAclId" result value

Returns:
the "OldAclId" result value
Throws:
AnzoException

setOldAclId

void setOldAclId(long oldAclId)
                 throws AnzoException
Set the "OldAclId" result value

Parameters:
oldAclId - the "OldAclId" result value
Throws:
AnzoException

getNewRevision

long getNewRevision()
                    throws AnzoException
Get the "NewRevision" result value

Returns:
the "NewRevision" result value
Throws:
AnzoException

setNewRevision

void setNewRevision(long newRevision)
                    throws AnzoException
Set the "NewRevision" result value

Parameters:
newRevision - the "NewRevision" result value
Throws:
AnzoException

getOldRevision

long getOldRevision()
                    throws AnzoException
Get the "OldRevision" result value

Returns:
the "OldRevision" result value
Throws:
AnzoException

setOldRevision

void setOldRevision(long oldRevision)
                    throws AnzoException
Set the "OldRevision" result value

Parameters:
oldRevision - the "OldRevision" 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

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

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

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.