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

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

public static interface ReplicationRdbWrapper.SelectAciMaskDeltasResult

Interface for holding the results of the selectAciMaskDeltas prepared statement.


Method Summary
 long getAclId()
          Get the "AclId" result value
 int getAdd()
          Get the "Add" result value
 int getChangeNamedGraphAcl()
          Get the "ChangeNamedGraphAcl" result value
 java.lang.Long getHend()
          Get the "Hend" result value
 java.lang.Long getHstart()
          Get the "Hstart" result value
 int getInsertNamedGraph()
          Get the "InsertNamedGraph" result value
 int getRead()
          Get the "Read" result value
 int getRemove()
          Get the "Remove" result value
 int getRemoveNamedGraph()
          Get the "RemoveNamedGraph" result value
 long getRoleId()
          Get the "RoleId" result value
 void setAclId(long AclId)
          Set the "AclId" result value
 void setAdd(int add)
          Set the "Add" result value
 void setChangeNamedGraphAcl(int changeNamedGraphAcl)
          Set the "ChangeNamedGraphAcl" result value
 void setHend(java.lang.Long hend)
          Set the "Hend" result value
 void setHstart(java.lang.Long hstart)
          Set the "Hstart" result value
 void setInsertNamedGraph(int insertNamedGraph)
          Set the "InsertNamedGraph" result value
 void setRead(int read)
          Set the "Read" result value
 void setRemove(int remove)
          Set the "Remove" result value
 void setRemoveNamedGraph(int removeNamedGraph)
          Set the "RemoveNamedGraph" result value
 void setRoleId(long roleId)
          Set the "RoleId" result value
 

Method Detail

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

getRoleId

long getRoleId()
               throws AnzoException
Get the "RoleId" result value

Returns:
the "RoleId" result value
Throws:
AnzoException

setRoleId

void setRoleId(long roleId)
               throws AnzoException
Set the "RoleId" result value

Parameters:
roleId - the "RoleId" result value
Throws:
AnzoException

getRead

int getRead()
            throws AnzoException
Get the "Read" result value

Returns:
the "Read" result value
Throws:
AnzoException

setRead

void setRead(int read)
             throws AnzoException
Set the "Read" result value

Parameters:
read - the "Read" result value
Throws:
AnzoException

getAdd

int getAdd()
           throws AnzoException
Get the "Add" result value

Returns:
the "Add" result value
Throws:
AnzoException

setAdd

void setAdd(int add)
            throws AnzoException
Set the "Add" result value

Parameters:
add - the "Add" result value
Throws:
AnzoException

getRemove

int getRemove()
              throws AnzoException
Get the "Remove" result value

Returns:
the "Remove" result value
Throws:
AnzoException

setRemove

void setRemove(int remove)
               throws AnzoException
Set the "Remove" result value

Parameters:
remove - the "Remove" result value
Throws:
AnzoException

getInsertNamedGraph

int getInsertNamedGraph()
                        throws AnzoException
Get the "InsertNamedGraph" result value

Returns:
the "InsertNamedGraph" result value
Throws:
AnzoException

setInsertNamedGraph

void setInsertNamedGraph(int insertNamedGraph)
                         throws AnzoException
Set the "InsertNamedGraph" result value

Parameters:
insertNamedGraph - the "InsertNamedGraph" result value
Throws:
AnzoException

getRemoveNamedGraph

int getRemoveNamedGraph()
                        throws AnzoException
Get the "RemoveNamedGraph" result value

Returns:
the "RemoveNamedGraph" result value
Throws:
AnzoException

setRemoveNamedGraph

void setRemoveNamedGraph(int removeNamedGraph)
                         throws AnzoException
Set the "RemoveNamedGraph" result value

Parameters:
removeNamedGraph - the "RemoveNamedGraph" result value
Throws:
AnzoException

getChangeNamedGraphAcl

int getChangeNamedGraphAcl()
                           throws AnzoException
Get the "ChangeNamedGraphAcl" result value

Returns:
the "ChangeNamedGraphAcl" result value
Throws:
AnzoException

setChangeNamedGraphAcl

void setChangeNamedGraphAcl(int changeNamedGraphAcl)
                            throws AnzoException
Set the "ChangeNamedGraphAcl" result value

Parameters:
changeNamedGraphAcl - the "ChangeNamedGraphAcl" result value
Throws:
AnzoException

getHstart

java.lang.Long getHstart()
                         throws AnzoException
Get the "Hstart" result value

Returns:
the "Hstart" result value
Throws:
AnzoException

setHstart

void setHstart(java.lang.Long hstart)
               throws AnzoException
Set the "Hstart" result value

Parameters:
hstart - the "Hstart" result value
Throws:
AnzoException

getHend

java.lang.Long getHend()
                       throws AnzoException
Get the "Hend" result value

Returns:
the "Hend" result value
Throws:
AnzoException

setHend

void setHend(java.lang.Long hend)
             throws AnzoException
Set the "Hend" result value

Parameters:
hend - the "Hend" result value
Throws:
AnzoException


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