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

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

public static interface ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResult

Interface for holding the results of the selectDeltaNamedGraphInfo prepared statement.


Method Summary
 long getAclid()
          Get the "Aclid" result value
 long getCreatedBy()
          Get the "CreatedBy" result value
 long getId()
          Get the "Id" 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 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 setId(long id)
          Set the "Id" 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 setRevision(long revision)
          Set the "Revision" result value
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" result value

Returns:
the "Id" result value
Throws:
AnzoException

setId

void setId(long id)
           throws AnzoException
Set the "Id" result value

Parameters:
id - the "Id" 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

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

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.