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

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

public static interface ReplicationRdbWrapper.SelectCollectionAdditionsResult

Interface for holding the results of the selectCollectionAdditions prepared statement.


Method Summary
 long getAclId()
          Get the "AclId" result value
 long getId()
          Get the "Id" result value
 long getNamedgraphid()
          Get the "Namedgraphid" result value
 long getObj()
          Get the "Obj" result value
 long getProp()
          Get the "Prop" result value
 long getRevision()
          Get the "Revision" result value
 long getSubj()
          Get the "Subj" result value
 void setAclId(long aclId)
          Set the "AclId" result value
 void setId(long id)
          Set the "Id" result value
 void setNamedgraphid(long namedgraphid)
          Set the "Namedgraphid" result value
 void setObj(long obj)
          Set the "Obj" result value
 void setProp(long prop)
          Set the "Prop" result value
 void setRevision(long revision)
          Set the "Revision" result value
 void setSubj(long subj)
          Set the "Subj" 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

getSubj

long getSubj()
             throws AnzoException
Get the "Subj" result value

Returns:
the "Subj" result value
Throws:
AnzoException

setSubj

void setSubj(long subj)
             throws AnzoException
Set the "Subj" result value

Parameters:
subj - the "Subj" result value
Throws:
AnzoException

getProp

long getProp()
             throws AnzoException
Get the "Prop" result value

Returns:
the "Prop" result value
Throws:
AnzoException

setProp

void setProp(long prop)
             throws AnzoException
Set the "Prop" result value

Parameters:
prop - the "Prop" result value
Throws:
AnzoException

getObj

long getObj()
            throws AnzoException
Get the "Obj" result value

Returns:
the "Obj" result value
Throws:
AnzoException

setObj

void setObj(long obj)
            throws AnzoException
Set the "Obj" result value

Parameters:
obj - the "Obj" result value
Throws:
AnzoException

getNamedgraphid

long getNamedgraphid()
                     throws AnzoException
Get the "Namedgraphid" result value

Returns:
the "Namedgraphid" result value
Throws:
AnzoException

setNamedgraphid

void setNamedgraphid(long namedgraphid)
                     throws AnzoException
Set the "Namedgraphid" result value

Parameters:
namedgraphid - the "Namedgraphid" 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


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